RE: soc-camera s_fmt question?

2011-01-29 Thread Qing Xu
Thanks for your information! I could try it on our driver. -Qing -Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: 2011年1月30日 2:10 To: Hans Verkuil Cc: Qing Xu; Laurent Pinchart; linux-media@vger.kernel.org Subject: Re: soc-camera s_fmt question? On Mon,

Re: HVR1255 svideo

2011-01-29 Thread Jon Goldberg
I do see the mods to HVR1255 in his tree in Oct. I have some patching to do now. Thanks! On Sat, Jan 29, 2011 at 4:12 PM, Devin Heitmueller wrote: > On Sat, Jan 29, 2011 at 1:53 PM, Jon Goldberg wrote: >> Hi >> >> I've been trying to get the Svideo input on my HVR-1255 working.  From >> the la

Re: HVR1255 svideo

2011-01-29 Thread Devin Heitmueller
On Sat, Jan 29, 2011 at 1:53 PM, Jon Goldberg wrote: > Hi > > I've been trying to get the Svideo input on my HVR-1255 working.  From > the latest code in cx23885-cards.c, it seems that only DVB is > supported.  I have some experience writing Linux Kernel/Drivers so I'm > determined to get this wor

Osprey 440

2011-01-29 Thread jeetu.gol...@gmail.com
Hello, First, I'd like to apologize if this is the wrong place for this question. I have an Osprey 440 video capture card that I'm trying to use with linux kernel 2.6.32-5 on my debian system. I'm having trouble capturing the sound off the device. Has anyone managed to get both audio and video t

[cron job] v4l-dvb daily build: ERRORS

2011-01-29 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Jan 29 19:00:26 CET 2011 git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f git media-master: gcc version: i6

Re: [PATCH 1/2] v4l: soc-camera: start stream after queueing the buffers

2011-01-29 Thread Anatolij Gustschin
On Sat, 29 Jan 2011 20:16:42 +0100 (CET) Guennadi Liakhovetski wrote: ... > > --- a/drivers/media/video/soc_camera.c > > +++ b/drivers/media/video/soc_camera.c > > @@ -646,11 +646,11 @@ static int soc_camera_streamon(struct file *file, > > void *priv, > > if (icd->streamer != file) > >

Re: [PATCH 1/2] v4l: soc-camera: start stream after queueing the buffers

2011-01-29 Thread Guennadi Liakhovetski
On Wed, 26 Jan 2011, Anatolij Gustschin wrote: > Some camera systems have strong requirement for capturing > an exact number of frames after starting the stream and do > not tolerate losing captured frames. By starting the stream > after the videobuf has queued the buffers, we ensure that > no fra

HVR1255 svideo

2011-01-29 Thread Jon Goldberg
Hi I've been trying to get the Svideo input on my HVR-1255 working. From the latest code in cx23885-cards.c, it seems that only DVB is supported. I have some experience writing Linux Kernel/Drivers so I'm determined to get this working. I copied the cx23885_boards[CX23885_BOARD_HAUPPAUGE_HVR125

Re: soc-camera s_fmt question?

2011-01-29 Thread Guennadi Liakhovetski
On Mon, 17 Jan 2011, Hans Verkuil wrote: > On Monday, January 17, 2011 18:43:06 Guennadi Liakhovetski wrote: > > On Mon, 17 Jan 2011, Qing Xu wrote: > > > > > Hi, > > > > > > We are now nearly complete porting our camera driver to align with > > > soc-camera framework, however, we encounter a p

HDPVR Woes

2011-01-29 Thread Rob Davis
I am using a Hauppauge HDPVR unit with vdr and the pvrinput plugin. This normally works really well, however every now and then thing stops streaming, the big blue light goes off and pvrinput doesn't notice. I am trying to diagnose this with Lars Hanisch, one of the authors of pvrinput. The part

[PATCH/RFC 3/3 v2] V4L: sh_mobile_ceu_camera: convert to videobuf2

2011-01-29 Thread Guennadi Liakhovetski
Convert the sh_mobile_ceu_camera driver to the videobuf2 API. Signed-off-by: Guennadi Liakhovetski --- v2: 1. adjusted to v2 of the "vb2 for soc-camera" patch 2. fixed a this-certainly-will-work-too-don't-have-to-retest screw-up drivers/media/video/Kconfig|2 +- drivers/me

[PATCH/RFC 2/3 v2] V4L: soc-camera: extend to also support videobuf2

2011-01-29 Thread Guennadi Liakhovetski
Extend soc-camera core to also support the videobuf2 API. Signed-off-by: Guennadi Liakhovetski --- v2: supporting both vb1 and vb2 in soc-camera turned out much easier, than I thought. With this patch we can convert all soc-camera host drivers one after another without breaking them. drivers