From owner-freebsd-multimedia@FreeBSD.ORG Tue Mar 22 16:44:07 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 0DBFD106566C; Tue, 22 Mar 2011 16:44:07 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id C224B8FC1A; Tue, 22 Mar 2011 16:44:06 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 1A2E71E00184; Tue, 22 Mar 2011 17:44:04 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p2MGhAow072842; Tue, 22 Mar 2011 17:43:10 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p2MGhApt072841; Tue, 22 Mar 2011 17:43:10 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Tue, 22 Mar 2011 17:43:09 +0100 To: Alexander Leidinger Message-ID: <20110322164309.GB72610@triton8.kn-bremen.de> References: <20110321112141.GA23421@sh4-5.1blu.de> <201103211242.15230.hselasky@c2i.net> <201103211301.36287.hselasky@c2i.net> <4D876D8B.6000103@yandex.ru> <20110322080355.1792365g00qbog00@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110322080355.1792365g00qbog00@webmail.leidinger.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FReeBSD.org, nox@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: Tue, 22 Mar 2011 16:44:07 -0000 On Tue, Mar 22, 2011 at 08:03:55AM +0100, Alexander Leidinger wrote: > > Quoting "Andrey V. Elsukov" (from Mon, 21 Mar 2011 > 18:23:55 +0300): > > > On 21.03.2011 15:01, Hans Petter Selasky wrote: > >> Looks like I was too quick about that. Anyway, maybe you could bother to add > >> some prints in: > >> > >> v4l-dvb/linux/drivers/media/video/v4l2-ioctl.c > >> > >> Because the V4l1 -> V4L2 translation should already be in place. > > > > Hi, > > > > After some time of reading code i understand several things. > > webcamd contains a bunch of linux kernel drivers. Also any freebsd's > > application can use v4l1 and v4l2 with /dev/videoX, but linux's > > binaries can not. They can only use v4l1, because linux.ko supports > > only v4l1. Anyway webcamd has some v4l1 to v4l2 translation inside. > > But it does not work for my UVC webcam (translation works, but camera > > does not) :( > > nox@ has some patches to add v4l2 support to the linuxulator. Unfortunately not, I only have linuxolator patches for dvb support. (and still no answer from the Linux guy wrt the header file license, I wonder if I ended up in his spamfilter twice...) :/, Juergen