From owner-freebsd-multimedia@FreeBSD.ORG Sat May 12 09:15:53 2012 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 1AB7D1065672 for ; Sat, 12 May 2012 09:15:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9A2E98FC08 for ; Sat, 12 May 2012 09:15:52 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 106833860; Sat, 12 May 2012 11:10:44 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org, Matthias Apitz Date: Sat, 12 May 2012 11:09:59 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-STABLE; KDE/4.4.5; amd64; ; ) References: <20120512085059.GA2620@tinyCurrent> In-Reply-To: <20120512085059.GA2620@tinyCurrent> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201205121109.59379.hselasky@c2i.net> Cc: Subject: Re: Logitech HD Webcam Pro c910 && webcamd/Skype 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: Sat, 12 May 2012 09:15:53 -0000 On Saturday 12 May 2012 10:51:00 Matthias Apitz wrote: > Hello, > > I have with the USB cam Logitech HD Webcam Pro c910 (see: > http://wiki.freebsd.org/WebcamCompat ) different results in my two > netbooks: > > EeePC 900: > > kernel: r226986: Tue Nov 1 2011 > > $ ls -l /dev/vid* > crw-rw---- 1 webcamd webcamd 0x71 12 may 10:21 /dev/video0 > crw-rw---- 1 webcamd webcamd 0x7c 12 may 10:23 /dev/video8 > > $ pkg_info | egrep 'webcam|cuse4|skype|linux_v4l2' > cuse4bsd-kmod-0.1.21_1 Cuse4BSD character device loopback driver for > userspace pwcview-1.4.1_3 The Video4Linux PWC webcam viewer > skype-2.1.0.81,1 P2P VoIP software > webcamd-3.0.0.2 A port of Linux USB webcam and DVB drivers into > userspace > > the above two devices /dev/video[0|8] are shown fine in Skype and both > are working with Skype 2.1.0.81,1; as well both devices work fine with > pwcview; > > Asus Aspire One D250: > > kernel: r214444: Thu Oct 28 2010 > > $ ls -l /dev/vid* > crw-rw-rw- 1 webcamd webcamd 0, 94 12 may 08:10 /dev/video0 > crw-rw-rw- 1 webcamd webcamd 0, 125 12 may 10:34 /dev/video8 > > $ pkg_info | egrep 'webcam|cuse4|skype|linux_v4l2' > cuse4bsd-kmod-0.1.23 Cuse4BSD character device loopback driver for > userspace linux_v4l2wrapper-kmod-1.0_2 Linux compatibility layer - V4L2 > ioctl handler pwcview-1.4.1_3 The Video4Linux PWC webcam viewer > skype-2.0.0.72,1 P2P VoIP software > webcamd-3.2.0.1 A port of Linux USB webcam and DVB drivers into > userspace > > in this netbook in Skype only device /dev/video0 is presented and works; > with pwcview both cam are working, but /dev/video8 says: > > $ pwcview -d /dev/video8 > libv4lconvert: warning more framesizes then I can handle! > libv4lconvert: warning more framesizes then I can handle! > > Any idea why skype is not seeing /dev/video8? Is it worth to debug this > or is it just the older Skype version? > > Btw: the cam Logitech HD Webcam Pro c910 produces the best pictures I > have ever seen; in my company we use this as well for comercial > videoconferencing with Tandberg Movie. > > Thanks > > matthias Have you loaded snd_uaudio on both machines? --HPS