From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 19 01:22:48 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09965106566B for ; Mon, 19 Oct 2009 01:22:48 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 91DC48FC13 for ; Mon, 19 Oct 2009 01:22:47 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=UVsXOa8ue38A:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=3y1cGK-7_mqjH7LiAcoA:9 a=UCn6mYIArn0Dsx676SAOgG9mv-EA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1311606417; Mon, 19 Oct 2009 02:22:44 +0200 Received-SPF: softfail receiver=mailfe06.swip.net; client-ip=188.126.201.140; envelope-from=hselasky@freebsd.org From: Hans Petter Selasky To: Ilya Bakulin Date: Mon, 19 Oct 2009 02:23:44 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <20091019001101.31c22fad@kibab-nb.kibab.com> In-Reply-To: <20091019001101.31c22fad@kibab-nb.kibab.com> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910190223.45229.hselasky@freebsd.org> Cc: freebsd-emulation@freebsd.org Subject: Re: USB webcam++ support for FreeBSD-8-current is soon here X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 01:22:48 -0000 On Sunday 18 October 2009 22:11:01 Ilya Bakulin wrote: > Is there any way to make Skype work with Webcam (as I understand, it > requires /dev/video0 device to be present?) When skype links with libv4l like the rest of the Linux V4L applications nowadays, it will work given some minor changes I think. NOTE: if you try to build KDE4(network) after you installed my libv4l, then KDE4 will start using libv4l instead of /dev/video0. It will break a couple of times, but should be easy to fix. Mostly I needed to add libv4lxdrivers.so to the installed libv4l .pc files. Thanks for your patch. I will forward it. --HPS