From owner-freebsd-usb@FreeBSD.ORG Tue Jan 12 17:35:49 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37749106566B for ; Tue, 12 Jan 2010 17:35:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe15.swip.net [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id BEA448FC08 for ; Tue, 12 Jan 2010 17:35:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=RYQgPGQ7BbsA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=uL8qH0W0AAAA:8 a=R5jyJ6Ir8xiZGGzZopwA:9 a=gATCl0ZfzrVX_lytsjAA:7 a=xPS2taqWtA51yk5ujVlshgHcf6EA:4 a=_ocDZDHnb8EA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 623788374; Tue, 12 Jan 2010 18:35:46 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 12 Jan 2010 18:34:25 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201001101437.37269.hselasky@c2i.net> In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001121834.25338.hselasky@c2i.net> Cc: Mark Atkinson Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 17:35:49 -0000 On Tuesday 12 January 2010 18:28:30 Mark Atkinson wrote: > On 01/10/10 05:37, Hans Petter Selasky wrote: > > Feedback and bug reports are welcome. > > I tried a old webcam that was one of the impetus behind the spca50x > project for linux. Really quite old now, so I'm not surprised it > doesn't work, but I figured I'd try it. > > http://www.qbik.ch/usb/devices/showdev.php?id=2011 > > ugen6.3: at usbus6 > [root@moby ulinux]$ ./webcamd -d ugen6.3 -i 0 -v 0 > KrefGet: 0x28421004 = 1 > Added device 0x283df304 > KrefGet: 0x283df308 = 1 > KrefGet: 0x283df308 = 2 > KrefPut: 0x283df308 = 2 > KrefGet: 0x283df308 = 2 > KrefPut: 0x283df308 = 2 > KrefGet: 0x283df308 = 2 > KrefPut: 0x283df308 = 2 > > pcwview displays all green for a few seconds and then dies with: > > [root@moby ulinux]$ pwcview/pwcview > Webcam set to: 320x240 (sif) at 5 fps > libv4l2: error dequeuing buf: Device not configured > Error reading from webcam: Device not configured > Hi, Which revision of the software are you using? I've committed some stability fixes today and yesterday. Make sure you are using the latest stuff. When using gspca you need to wait until the Added device is printed before starting the pwcview. --HPS