Other Parts Discussed in Thread: DM3730, TVP5146
I would like to interface a Omnivision OV14810 camera with a DM3730 EVM using Linux Kernel 2.6.32-psp03.00.01.06 (version from the DVSDK). I only need to capture the video, which I will be wiring to the EXP_CAM pins for RAW10 input on the expansion connector. I will not have an I2C connection to the camera (it will be externally configured to start video flow).
I was wondering what needs to be changed in the psp to enable the EXP_CAM (looking at the EVM hardware user guide there is a switch to enable the expansion connector instead of the TVP5146)?
Looking at the existing sensor drivers, I attempted to modify the ov3640 driver to remove all I2C references and changed the input format to only support RAW10. But, how do I enable/configure the omap34xxcam to use my ov14810 driver and create a /dev/video for it?