From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 21 23:06:50 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12A6E1065672 for ; Mon, 21 Mar 2011 23:06:50 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 953288FC08 for ; Mon, 21 Mar 2011 23:06:49 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=oR3+9dOmPeF3nZCt5Gxyvf/bIpfj8bfjGZkkfp/xES8= c=1 sm=1 a=IU0TiZmyZPMA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=rl3uD2fT4gvRkQ_FOwgA:9 a=58XCYlIAaOZINKn7wxxIX0kOXJIA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 103515268; Tue, 22 Mar 2011 00:06:47 +0100 From: Hans Petter Selasky To: Matthias Apitz Date: Tue, 22 Mar 2011 00:06:05 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110321112141.GA23421@sh4-5.1blu.de> <201103212337.14833.hselasky@c2i.net> <20110321225253.GA7054@tinyCurrent> In-Reply-To: <20110321225253.GA7054@tinyCurrent> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201103220006.05449.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: Webcam recommendations X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2011 23:06:50 -0000 On Monday 21 March 2011 23:52:53 Matthias Apitz wrote: > El d=EDa Monday, March 21, 2011 a las 11:37:14PM +0100, Hans Petter Selas= ky=20 escribi=F3: > > > What do I miss to get the debugging log? > >=20 > > webcamd -s > >=20 > > Then use -m to set debug parameters. >=20 > # ./webcamd -m v4l1-compat.debug=3D1 > ... > Attached ugen4.2[0] to cuse unit 0 > uvcvideo: Found UVC 1.00 device (0c45:62c0) > Creating /dev/video0 >=20 > (now probing the cam in Skype) >=20 > v4l1-compat: VIDIOCSPICT / VIDIOC_S_FMT: -22 > v4l1-compat: VIDIOCSPICT / VIDIOC_G_FBUF: -513 > v4l1-compat: VIDIOCSPICT / VIDIOC_G_FBUF: -513 > v4l1-compat: VIDIOCGWIN / VIDIOC_G_WIN: -22 > v4l1-compat: VIDIOCSWIN / VIDIOC_S_FMT #2: -22 >=20 Probably the format which skype is trying to set is not available? Then you= =20 maybe need to pre-load skype with libv4l for Linux. Maybe you could dump th= e=20 structure associated with the VIDIOC_S_FMT? =2D22 means: 22 EINVAL Invalid argument. =2D-HPS