From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 1 21:37:07 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 028EF106566C; Mon, 1 Jun 2009 21:37:07 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7408FC20; Mon, 1 Jun 2009 21:37:05 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=otMIs_CpZ9oA:10 a=BW3AIdHsnaoA:10 a=OdR5sfXFAAAA:8 a=RZtanPerMoqPYj9op6AA:9 a=aUrRw5W39Y7odsYvaxcA:7 a=i9sn9G9003EigjqMN0UuIuZ8TLoA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO [10.37.1.92]) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1255352256; Mon, 01 Jun 2009 22:37:03 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org, Matthias Apitz User-Agent: KMail/1.9.7 References: <200804142217.17035.beech@FreeBSD.org> <20090530070025.GA2465@current.Sisis.de> In-Reply-To: <20090530070025.GA2465@current.Sisis.de> MIME-Version: 1.0 Content-Disposition: inline Date: Mon, 1 Jun 2009 22:41:10 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200906012241.12019.hselasky@c2i.net> Cc: freebsd-emulation@freebsd.org Subject: 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, 01 Jun 2009 21:37:07 -0000 Hi, During the weekend I have almost finished my Userland Linux kernel wrapper with full USB support through the new libusb and Linux' V4L API. Currently compiling: GSPCA based Webcams, USB video class webcams. Technically all V4L Radio/DVB and Webcam devices using USB on Linux can be supported under FreeBSD in userland with little hassle. The only problem is that the Linux kernel code is GPL and not LGPL licensed, so there might be a problem linking with propritary applications ... Almost finished code is available from: svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux NOTE: Not all files are checked in, so running "make clean all" won't get you anything yet. If you want to help out on getting the rest of the Linux Webcam drivers up and running on BSD, then please let me know. --HPS