Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2001 09:23:14 -0700
From:      Neil <neshort@earthlink.net>
To:        freebsd-questions@freebsd.org
Subject:   webcam
Message-ID:  <3C2DEDF2.6010605@earthlink.net>

next in thread | raw e-mail | index | archive | help
regarding a thread about webcams on freebsd; I used the BookTree driver 
to configure a webcam on my box. I wrote it up and posted it at
http://home.earthlink.net/~neshort/webcamadventure.html

I modified the documented script as follows in order to save each shot 
for further review.

#!/bin/sh
cd /usr/webcam

while(echo "")
do
         camserv
         cp webcam.jpg `date "+%y-%m-%d-%H-%M"`.jpg
         lukemftp -u ftp://neshort:password@ftp-www.earthlink.net/ 
webcam.jpg currentscreen.jpg
         sleep 120
done


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C2DEDF2.6010605>