From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 16 10:12:18 2011 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 846031065670 for ; Fri, 16 Sep 2011 10:12:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0DCF48FC0C for ; Fri, 16 Sep 2011 10:12:17 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=wJvnH89EauZH5CtPccDXCoR3S15XcsUHhRLViNeYhtc= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=UMLaHJt-_ksA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=6p9g6ik9s09OIUBi7rUA:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 181095058; Fri, 16 Sep 2011 12:12:15 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Fri, 16 Sep 2011 12:09:25 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <201109131118.49070.hselasky@c2i.net> <201109151118.19301.hselasky@c2i.net> <4E7318B3.8060000@gmail.com> In-Reply-To: <4E7318B3.8060000@gmail.com> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201109161209.25441.hselasky@c2i.net> Cc: Subject: Re: New version of cuse4bsd ready for testing 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: Fri, 16 Sep 2011 10:12:18 -0000 On Friday 16 September 2011 11:36:51 Kevin Smith wrote: > On 9/15/11 11:18 AM, Hans Petter Selasky wrote: > > Hi, > > I 'm using two logitech webcam (c270h and c210) with cuse4bsd + webcamd, > however after installed the new cuse4bsd I didn't notice any performance > improvement. > System is 8.2-STABLE built on Mon Sep 12 20:17:32 CEST 2011. > Can I do some tests to help investigating ? > Thank you, > regards, Hi, Most UVC (USB video class) drivers use direct memory mapping, so there shouldn't be a significant performance improvement in that case. If you are using DVB USB drivers, that might be different. Maybe you have to use the "time" utility to measure the difference, like starting webcamd like this: time webcamd -H Then run pwcview for 5 minutes. Then CTRL+C webcamd. --HPS