Hi everyone,
I'm trying to capture SD 576i @25 fps signal through component interface, but the result is always the same: the demo
doesn't detect the video input connected.
The demo used is the encode demo found in the dvsdk_demos_3_10_00_10 in the dvsdk_3_10_00_12.
The setup for the experiment is the following:
- HD display connected to component output.
- SD signal connected to the component input.
- kernel running with support for tvp7002.
- dsplink and cmem modules compiled accordingly to the kernel in use, are loaded.
The call that fails is the vpif_querystd(), from the kernel drivers; which is executed
within the Capture_detectVideoStd() function of the Dmai's Capture class.
But that's the further point I can reach using gdbserver.
I've checked that the video signal arrives to the input, and I can watch the
sync signals derived from it in the test points tp2-tp6.
What can I do? Do you know any trick that could save me from
debugging the kernel?