Other Parts Discussed in Thread: TVP7002
Hi,
I want to do some Image Processing work using DM8168.
I have some question about video capture for DM8168. I want to test the video input port capture of DM8168.
I found there is no information about video capture in the psp user guide, it seems that the driver will be released at early 4Q this year.
But in this URL http://processors.wiki.ti.com/index.php/EZSDK_5.01_Patches_and_Errata
It said that
PSP Linux-2.6.37 fbdev: Remove I2C Initialization Due to a limitation with the HDVPSS Firmware, external video capture is only supported through the TVP7002 video decoder via I2C1. This patch is a workaround to enable video capture.
Is this mean the video capture is supported using the patch? If so, how to use it?
I am using EZSDK_5_01_01_80,
I found that the linux kernel I am using had already installed the patch in /ezsdk/psp/linux-2.6.37-psp04.00.00.10/patches.
But I still can not found any capture device detected in linux.
Also, I run the omtb example on DM8168, though it is using the vfcc(video frame capture component),
I don't know if it really did some capture work or not,
because the size of the h264venc outfile(/usr/share/ti/data/videos/dm816x_1080p60_encode.264) is 0.
Can I use this example or other apis to do some external video capture work, and then to do some image processing on the Linux?
Can anyone help me with this problem or any advice?
Best Regards,
wang