From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 21 22:37:59 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 33C691065670 for ; Mon, 21 Mar 2011 22:37:59 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id B9F738FC13 for ; Mon, 21 Mar 2011 22:37:58 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=118a5bn0tGnRZbUa9ClBty6BTuM1bA5mUZqmf2RHYp4= c=1 sm=1 a=IU0TiZmyZPMA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=cIytPo9xpUF-vT4KslEA:9 a=5qxKbtHJSx60px1_5uEA:7 a=ewRJQqEGGGtfFVQvUYB7XKWboxAA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 103404618; Mon, 21 Mar 2011 23:37:56 +0100 From: Hans Petter Selasky To: Matthias Apitz Date: Mon, 21 Mar 2011 23:37:14 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110321112141.GA23421@sh4-5.1blu.de> <201103211704.24960.hselasky@c2i.net> <20110321223556.GA6982@tinyCurrent> In-Reply-To: <20110321223556.GA6982@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: <201103212337.14833.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 22:37:59 -0000 On Monday 21 March 2011 23:35:56 Matthias Apitz wrote: > El d=EDa Monday, March 21, 2011 a las 05:04:24PM +0100, Hans Petter Selas= ky=20 escribi=F3: > > On Monday 21 March 2011 16:23:55 Andrey V. Elsukov wrote: > > > "Andrey V. Elsukov" > >=20 > > Hi, > >=20 > > Thanks for your patch! > >=20 > > Committed with some modifications: > >=20 > > SVN r1782 > >=20 > > make HAVE_DEBUG=3DYES >=20 > I compiled r1784 with HAVE_DEBUG=3DYES, but there are no messages when > Skype starts using the cam: >=20 > # ./webcamd > ... > USB Video Class driver (v0.1.0) > IR JVC protocol handler initialized > IR LIRC bridge handler initialized > IR NEC protocol handler initialized > IR RC5(x) protocol handler initialized > IR RC6 protocol handler initialized > IR Sony protocol handler initialized > lirc_dev: IR Remote Control driver registered, major 13 > Attached ugen4.2[0] to cuse unit 0 > uvcvideo: Found UVC 1.00 device (0c45:62c0) > Creating /dev/video0 >=20 > (and ofc there is no picture in Skype :-)) >=20 > What do I miss to get the debugging log? webcamd -s Then use -m to set debug parameters. =2D-HPS