Hi All,
I'm currently to capture some raw data provided by a tvp5154 sensors throught the omap3isp's CCDC entity linked to '/dev/video2'.
My work is based on Laurent Pinchart's media-sensor repository (kernel 2.6.37).
When I try to capture somme frames, using the yavta application, the system hangs. By adding debug messages, il figured out that only the hs_vs_isr interrupt was occurring.
So i Reduced the numbers of lines to wait, on generate the VD0 and VD1 interrupts. (100 instead of 480 provided by the sensor). This done, I get this "CCDC won't become idle !" error message.
Could please help me, on this issue. As a newbie in kernel development, I really don't know how to fix this.
Thank you.
Regards
Loïc