Re: omap3isp: sequence number in v4l2 buffer not incremented

2012-02-10 Thread Laurent Pinchart
Hi Kruno, On Friday 10 February 2012 17:18:22 Kruno Mrak wrote: > Laurent, > > thank you for the patch. > It was a bit tricky to get it work as our kernel is based > on 2.6.38, but i succeeded. > The frame_number is incremented now. Thanks for the confirmation. I'll test the patch with the CCP2

Re: omap3isp: sequence number in v4l2 buffer not incremented

2012-02-10 Thread Kruno Mrak
Laurent, thank you for the patch. It was a bit tricky to get it work as our kernel is based on 2.6.38, but i succeeded. The frame_number is incremented now. The following changes are not clear to me, are they really necessary to get frame_number incremented? @@ -350,7 +337,6 @@ static void ccp2_

Re: omap3isp: sequence number in v4l2 buffer not incremented

2012-02-09 Thread Laurent Pinchart
Hi Kruno, On Wednesday 25 January 2012 16:34:26 Kruno Mrak wrote: > Hello, > > we have an omap based intelligent camera and image sensor is connected to > camera parallel interface. Image capturing via "CCDC output" works fine. > When streaming is on and reading "sequence" variable, it shows alwa

omap3isp: sequence number in v4l2 buffer not incremented

2012-01-25 Thread Kruno Mrak
Hello, we have an omap based intelligent camera and image sensor is connected to camera parallel interface. Image capturing via "CCDC output" works fine. When streaming is on and reading "sequence" variable, it shows always -1. Looking at kernel-source ispvideo.c, i found following if-else statem

omap3isp: sequence number in v4l2 buffer not incremented

2012-01-16 Thread Kruno Mrak
Hello, we have an omap based intelligent camera and image sensor is connected to camera parallel interface. Image capturing via "CCDC output" works fine. When streaming is on and reading "sequence" variable, it shows always -1. Looking at kernel-source ispvideo.c, i found following if-else statem