Hey there,
I have a video source (custom FPGA) that directly generates a BT656 or a BT601 stream for me. How can I access it via the OMAP3530 Camera interface?
I tried following http://processors.wiki.ti.com/index.php/UserGuideOmap35xCaptureDriver_PSP_03.00.00.05, but there is only a description for using a v4l2 subdev driver for a video decoder chip, which i don't need. Can i skip this part somehow so that the camera driver just transfers the given frames without trying to configure the chip?
pclk, h, v, d[0-8] are transferred from the FPGA, currently via 720x480@60 with 26.9MHz pclk.
Regards