From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 12 17:51:13 2010 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 2A91B106566B; Tue, 12 Jan 2010 17:51:13 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 2E48F8FC1C; Tue, 12 Jan 2010 17:51:11 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=4vW0rCAk17MA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=8kQB0OdkAAAA:8 a=q56oFxeYAAAA:8 a=ndaoGXS1AAAA:8 a=sQ7Vq_YtH2fPdYJyCBMA:9 a=RVTm755eRzSwIEl_MDgA:7 a=umoC9amhtJ0I4qyuC8znKSmMdUIA:4 a=k3S3GY7AwsAA:10 a=9aOQ2cSd83gA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1358056097; Tue, 12 Jan 2010 18:51:10 +0100 From: Hans Petter Selasky To: "J.R. Oldroyd" Date: Tue, 12 Jan 2010 18:49:48 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <20091204223126.00005392@unknown> <201001120923.38871.hselasky@c2i.net> <20100112124621.59fa3747@shibato.opal.com> In-Reply-To: <20100112124621.59fa3747@shibato.opal.com> 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-15" Content-Transfer-Encoding: 7bit Message-Id: <201001121849.48833.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org, emulation@freebsd.org, multimedia@freebsd.org, Alexander Leidinger Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now 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: Tue, 12 Jan 2010 17:51:13 -0000 On Tuesday 12 January 2010 18:46:21 J.R. Oldroyd wrote: > On Tue, 12 Jan 2010 09:23:38 +0100, Hans Petter Selasky wrote: > > > Thanks for your work! Having this support now in FreeBSD for my > > > multimedia/pwcbsd based cam in Skype, I'd like to have the same for the > > > cam in my EeePC 900, about which Linux says: > > > > > > [ 11.540000] Linux video capture interface: v2.00 > > > [ 11.560000] uvcvideo: Found UVC 1.00 device CNF7129 > > > (04f2:b071) [ 11.690000] usbcore: registered new interface driver > > > uvcvideo [ 11.690000] USB Video Class driver (SVN r2008.02.27) > > > > Hi, > > > > > Any chance to get this supported in the future? > > > > Right now that driver is available from the webcamd package announced > > earlier this week, though not BSD licensed. > > > > I tried to install Skype on AMD64 and the V4L IOCTL's are not picked up > > by the linux_ioctl.c ! > > > > Any fix for this? > > > > --HPS > > Hans, > > The Linux V4L support is only a system call translation layer > to allow Linux V4L apps to access FreeBSD V4L drivers. In other > words, the FreeBSD driver must offer a VL4 support itself. > > I looked for webcamd on freshports.org but nothing comes up. > I am not familiar with the drivers in it. Do they include V4L > support? Hi, I put some more info on webcamd here: http://www.selasky.org/hans_petter/video4bsd/ Yes, it provides a /dev/video0 that responds to V4L IOCTLs. The only thing I noticed is that the wrong IOCTL's are coming in, and that they are not being translated by the linux_ioctl.c, probably because the wrong syscall is being used? --HPS