Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Jim Paris
Max Thrun wrote: > On Thu, Mar 4, 2010 at 3:14 PM, Jim Paris wrote: > > > Antonio Ospite wrote: > > > On Wed, 3 Mar 2010 23:55:33 -0500 > > > Jim Paris wrote: > > > > > > > Antonio Ospite wrote: > > > [...] > > > > &

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Jim Paris
Antonio Ospite wrote: > On Wed, 3 Mar 2010 23:55:33 -0500 > Jim Paris wrote: > > > Antonio Ospite wrote: > [...] > > > > > > I see. It would be interesting to see how Powerline Frequency filtering > > > is done on PS3. I added Jim Paris on CC. >

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-03 Thread Jim Paris
ought it has the same sensor. I double checked, this register is > > for frame rate adjustment (decreasing frame rate / increasing > > exposure) . And this has been used in some other drivers (e.g. > > gspca_sonixb) to remove light flicker as well. > > > > I see. It w

Re: [PATCH] ov534: fix end of frame handling, make the camera work again.

2010-01-30 Thread Jim Paris
gspca_dev->width * gspca_dev->height * 2) { > - PDEBUG(D_PACK, "short frame"); > + PDEBUG(D_PACK, "wrong sized frame"); > goto discard; > } > gspca_fr

Re: [Fwd: How to debug problem with Playstation Eye webcam?]

2009-08-29 Thread Jim Paris
applications I use. You can get the mercurial repository here > http://linuxtv.org/hg/v4l-dvb > > I know that there was a regression in 2.6.30 (not sure about 2.6.29.4) > and a patch has been sent by Jim Paris to fix it, I don't know if it is > already in a 2.6.30.x release, th

[PATCH] gspca - ov534: Fix ov772x

2009-08-19 Thread Jim Paris
The scan of the image packets of the sensor ov772x was broken when the sensor ov965x was added. [ Based on upstream c874f3aa, modified slightly for v2.6.30.5 ] Signed-off-by: Jim Paris Acked-by: Jean-Francois Moine --- Hi, Commit 84fbdf87ab8eaa4eaefb317a7eb437cd4d3d0ebf: "V4L/DVB (

ov534 + ov772x (playstation eye) broken in 2.6.30

2009-08-17 Thread Jim Paris
2.6.30.5. Does this look acceptable? -jim >From 8dc9e3749ccb3f500fb8597454561ce18bf39cec Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Mon, 17 Aug 2009 13:45:00 -0400 Subject: [PATCH] gspca - ov534: Fix ov772x The scan of the image packets of the sensor ov772x was broken when the sensor o