Hi all,
I'm running the demo applications for the DM355, but the encode and
encodedecode demos die when I have a black and white imager connected.
The interface gets drawn on my display, but then the capture thread dies
on the VIDIOC_QUERYSTD ioctl done on /dev/video0.
(e.g. "VIDIOC_QUERYSTD failed on /dev/video0. Video input connected?")
I have tried using the exact same camera in its "color" mode, and I have
also tried running on black and white only imagers, and color only
imagers. All of them are connected through the composite jack. In all
cases, the color cameras work, but the QUERYSTD call fails with a black
and white camera, as if the decoder (TVP5146) can't detect the signal.
I've tried commenting out the block of code that makes the ioctl call
and hard coding the standards to NTSC (and PAL, to cover all my bases)
results in the code not dying, but I get no output to my display, it's
simply black.
It feels to me like the video decoder is not properly set up, but before
I dig through mountains of driver code and datasheets, I was wondering
if there was something simple I am missing.
BR,
Jeff