From owner-freebsd-current@FreeBSD.ORG Mon Jan 11 22:30:32 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF0271065693; Mon, 11 Jan 2010 22:30:32 +0000 (UTC) (envelope-from sklauder@trimind.de) Received: from mikako.shopkeeper.de (mikako.shopkeeper.de [82.119.175.20]) by mx1.freebsd.org (Postfix) with ESMTP id 3624C8FC14; Mon, 11 Jan 2010 22:30:31 +0000 (UTC) Received: from avalon.dobu.local (p4FF4783B.dip.t-dialin.net [79.244.120.59]) (authenticated bits=0) by mikako.shopkeeper.de (8.14.3/8.14.3) with ESMTP id o0BLqO26037388 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Jan 2010 22:52:27 +0100 (CET) (envelope-from sklauder@trimind.de) Received: from avalon.dobu.local (localhost [127.0.0.1]) by avalon.dobu.local (8.14.3/8.14.2) with ESMTP id o0BLqO9P029432; Mon, 11 Jan 2010 22:52:24 +0100 (CET) (envelope-from sklauder@avalon.dobu.local) Received: (from sklauder@localhost) by avalon.dobu.local (8.14.3/8.14.3/Submit) id o0BLqNGK029431; Mon, 11 Jan 2010 22:52:23 +0100 (CET) (envelope-from sklauder) Date: Mon, 11 Jan 2010 22:52:23 +0100 From: Sascha Klauder To: Hans Petter Selasky Message-ID: <20100111215223.GA69823@trimind.de> References: <201001101437.37269.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201001101437.37269.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at mikako.shopkeeper.de X-Virus-Status: Clean X-Mailman-Approved-At: Mon, 11 Jan 2010 23:08:12 +0000 Cc: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 22:30:32 -0000 On Sun, Jan 10, 2010 at 02:37:37PM +0100, Hans Petter Selasky wrote: > During the last couple of days I've spent some time to finish my webcam > daemon. My webcam daemon is basically an application which consists of > userspace Video4Linux USB webcam drivers and some uLinux glue code which links > with libc, pthreads and libusb. The webcamd talks to /dev/video_daemonX which > is provided by the video4bsd kernel module. There is full support for > mmap/read/write/open/close. poll is not supported. Tested and working fine so far (I've only checked the bundled pwcview application) with the builtin webcam of an Acer Aspire One 531: ugen4.2: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON > Feedback and bug reports are welcome. Thank you! Cheers, -sascha