Hi,
I would like to read video signal form multi deserializer duaghter card which is connected to Vision Board TDA2xx.
I've connected only two camera sensors to duaghter card.
I am able to read video signal from camera 1 using /dev/video1 device node using dmabuftest application. I used the following command to do this.
dmabuftest -s 4:800x480 -d /dev/video1 -c 1280x720@YUYV
I used the following command to read video data from camera 2 and this is not displaying anything on screen.
dmabuftest -s 4:800x480 -d /dev/video2 -c 1280x720@YUYV
I am attaching the snapshot for working case (video1) and non working case (video2).
Can anyone suggest any possible configuration changes to read video from device node /dev/video2?
Thanks,
Yugandhar.