From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 2 06:49:34 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 B38FD106566C; Tue, 2 Jun 2009 06:49:34 +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 E30058FC1E; Tue, 2 Jun 2009 06:49:33 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=UVsXOa8ue38A:10 a=FbYV3LkVdecA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=9j7jgvNewqQmcbiRw8UA:9 a=nKJh5w9jQG_VKi73NUMA:7 a=kuO62Uf3wGM7z34DbeTM7s7hVFwA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1255508655; Tue, 02 Jun 2009 08:49:32 +0200 From: Hans Petter Selasky To: Markus Rechberger User-Agent: KMail/1.9.7 References: <200804142217.17035.beech@FreeBSD.org> <200906012241.12019.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Date: Tue, 2 Jun 2009 08:53:41 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200906020853.42217.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org, freebsd-emulation@freebsd.org, Matthias Apitz 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: Tue, 02 Jun 2009 06:49:35 -0000 Hi, > does this new libusb support transfers up to 170 mbit? What I found out is that you have to be careful with thread priority. The USB thread receiving data needs to have priority over the other threads decoding images. Then it works. Else not. --HPS