Hello!
I have ported the PSP version 3.00.01.06 to my custom development board; everything seems to be working fine. The only thing i'm having trouble with is the omap34xxcam driver. It compiles and loads just fine, but /dev/video0 is never created.
After looking over the documentation, it appears i need a video decoder such as the tvp514x. My video is generated in a custom FPGA which has BT656 lines driven directly to the omap, so there is no decoder. Is there any way i can get to software to take this raw stream, forgoing a decoder driver?
i have tried to make no-op decoder drivers using the tvp514x driver as a model, but /dev/video0 still never seems to be created. Can anyone cast some light on this issue for me?
Thank you very much,
Woody