From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 8 12:15:34 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 C0109106566B for ; Thu, 8 Mar 2012 12:15:34 +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 47F008FC14 for ; Thu, 8 Mar 2012 12:15:33 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 249903981; Thu, 08 Mar 2012 13:15:26 +0100 From: Hans Petter Selasky To: Matthias Apitz Date: Thu, 8 Mar 2012 13:13:54 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20120101164408.GA2389@tinyCurrent> <201203080744.55805.hselasky@c2i.net> <20120308112144.GA1540@tiny> In-Reply-To: <20120308112144.GA1540@tiny> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203081313.54198.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: webcamd/cuse4bsd && 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: Thu, 08 Mar 2012 12:15:34 -0000 > Hi, > > I haven't used GDB, but only a look into tha above source; it says > "conversion between 32bit and 64bit native ioctls" and in the defines I > only see for example _IOWR('V', 4,...) i.e. with capital 'V' while v4l1 > is 'v' small v (0x76..); > > I don't see how this could translate v4l1 into v4l2 ioctls; am I > missing some point here? > > Thanks > > matthias Hi, There used to be a CONFIG_VIDEO_V4L1_COMPAT for webcamd. Maybe I was too quick there. I think this stuff now resides in libv4l. Is skype using this library? /usr/ports/multimedia/libv4l/work/v4l-utils-0.8.4/lib/libv4l1/libv4l1.c --HPS