From owner-freebsd-questions@FreeBSD.ORG Tue Jun 14 14:44:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12FF816A41C for ; Tue, 14 Jun 2005 14:44:05 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth09.mail.atl.earthlink.net (smtpauth09.mail.atl.earthlink.net [209.86.89.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9EAF43D55 for ; Tue, 14 Jun 2005 14:44:04 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth09.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DiCe3-0005wm-QO; Tue, 14 Jun 2005 10:44:03 -0400 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 14 Jun 2005 09:44:48 -0500 User-Agent: KMail/1.6.2 References: <42AE6EB8.7010409@tsoft.com> <44vf4hxbch.fsf@be-well.ilk.org> In-Reply-To: <44vf4hxbch.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200506140944.48285.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc18b8beb0a769867a82d6751c76ccf983350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: Yuri , Lowell Gilbert Subject: Re: WebCam support in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 14:44:05 -0000 On Tuesday 14 June 2005 09:27 am, Lowell Gilbert wrote: > Yuri writes: > > What is the way to use webcam under FreeBSD ? > > > > Under Linux there are many drivers supporting many webcams exposing > > them as device with some standardised access. > > > > Under Windows there's whole driver infrastructure of camera > > devices. > > > > What's in FreeBSD ? I couldn't find anything except the old bt848 > > driver and driver for some obsolete parallel port camera. > > > > Am I missing something ? > > I haven't got much interest in this kind of thing myself, but I do > know about: http://vinvin.dyndns.org/projects/pwc_bsd.html Thanks for the link! I've been wondering about webcams as well. For the original message poster: Depending on what you want to do, you can use a digital camera with an AV out port and a TV tuner card to show the image in fxtv and gnome-meeting. I wouldn't know how to stream the image to a web page; but gnome-meeting accepted the TV tuner card as an image source device. Also, if you just want to monitor the room remotely, you could forward fxtv and X over ssh. (Caveat: I haven't messed with this in a long time; so YMMV with newer versions of drivers and ports.) Good luck; and have fun! Andrew Gould