From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 13 13:05:26 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 F0566106566C for ; Tue, 13 Sep 2011 13:05:26 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 7754D8FC13 for ; Tue, 13 Sep 2011 13:05:26 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=MmhuielNmoAwiWCiiefMnqMoo9XwPcHPH2oGFNV1oLM= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=CX0pRFDQ4JIA:10 a=WQU8e4WWZSUA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=A-uzPVOCPnv5KVi5ZRcA:9 a=PUjeQqilurYA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 177946712; Tue, 13 Sep 2011 14:53:23 +0200 From: Hans Petter Selasky To: Eugene Dzhurinsky Date: Tue, 13 Sep 2011 14:50:37 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <201109080943.51981.hselasky@c2i.net> <201109130902.32910.hselasky@c2i.net> <20110913121338.GA1426@localhost> In-Reply-To: <20110913121338.GA1426@localhost> 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-15" Content-Transfer-Encoding: 7bit Message-Id: <201109131450.37035.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: Web camera stream is flipped upsidedown 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: Tue, 13 Sep 2011 13:05:27 -0000 On Tuesday 13 September 2011 14:13:40 Eugene Dzhurinsky wrote: > On Tue, Sep 13, 2011 at 09:02:32AM +0200, Hans Petter Selasky wrote: > > > it looks like because any DMI information string is always set to NULL, > > > then the check for vendor names/versions/etc will always fail, so no > > > specific flags would be applied. > > > > > > Am I understanding something in wrong way? Please advice. > > > > I see. I'll implement the missing pieces. > > Okay, with adding new line to the camera database with vendor names and > related information set to NULL I've got my camera working with pwcview. > > However with Skype there is still the problem - it's flipped vertically, I > guess that's because Skype is using linux-f10-libv4l-0.6.2 - not > libv4l-0.8.4_1 > > Is there any workaround for the camera stream fix on Linux emulation? Maybe fake some /proc entries? --HPS