Hi
I want to use tvp5146 for video capture with LogicPD Torpedo DM3730 Development Kit. I have a custom board for tvp5146 which connects to camera parralel port on development kit.
What should I do to get this worrking?
I have already done these steps:
> Enabling tvp514x in kernel . By using lsmod, I can see that the module is loaded.
> Enabling video4linux. V4l2 is enabled but it says that there is no /dev/video0 device.
In "logic/ltib/rpm/BUILD/linux/arch/arm/mach-omap2/board-omap3logic.c" file, they have support for mt9p031 camera. Now, I know that I need to modify this board-omap3logic.c and add tvp5146 configurations. But I need help to do this.
Thanks in advance