From owner-freebsd-questions Sat Dec 29 8:22:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id D789637B419 for ; Sat, 29 Dec 2001 08:22:55 -0800 (PST) Received: from 1cust217.tnt3.tucson.az.da.uu.net ([63.11.144.217] helo=earthlink.net) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16KMG7-0000mI-00 for freebsd-questions@freebsd.org; Sat, 29 Dec 2001 08:22:55 -0800 Message-ID: <3C2DEDF2.6010605@earthlink.net> Date: Sat, 29 Dec 2001 09:23:14 -0700 From: Neil User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011215 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: webcam Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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