From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 13 07:05:23 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 CEA221065676 for ; Tue, 13 Sep 2011 07:05:23 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id 583DC8FC13 for ; Tue, 13 Sep 2011 07:05:22 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=G3me67YS4qRPZcaDO6kWttTShkFAyiMG89AbsUJ8MxU= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=CX0pRFDQ4JIA:10 a=WQU8e4WWZSUA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=NsSCHEKC6ufuh1MaLX8A:9 a=PUjeQqilurYA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 178576864; Tue, 13 Sep 2011 09:05:20 +0200 From: Hans Petter Selasky To: Eugene Dzhurinsky Date: Tue, 13 Sep 2011 09:02:32 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <201109080943.51981.hselasky@c2i.net> <201109102018.27015.hselasky@c2i.net> <20110912184425.GA19004@localhost> In-Reply-To: <20110912184425.GA19004@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: <201109130902.32910.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 07:05:23 -0000 On Monday 12 September 2011 20:44:28 Eugene Dzhurinsky wrote: > On Sat, Sep 10, 2011 at 08:18:26PM +0200, Hans Petter Selasky wrote: > > Hi, > > > > I tried the patching over here: > > > > cd /usr/local/ > > cat videodev2.h.patch | patch -p1 > > > > cd /usr/port/multimedia/libv4l > > make patch extract > > cd work/v4l-utils-0.8.4 > > cat libv4l.patch | patch -p1 > > cd .. > > cd .. > > > > make all deinstall install clean > > Well, I'm not sure how it can work. According to the patches: > > 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. --HPS