Hi experts
I tried to run capture_encode_a8host_debug.xv5T for both composite and component but in vain.
I am facing a similar issue like
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/t/318186.aspx for which the issue is not yet resolved.
Instead of composite, based on the suggestions provided in the above link, I had tried component input as well, the issue remains the same.
Hence, I had followed the steps provided in this link
http://processors.wiki.ti.com/index.php/TI81XX_PSP_VIDEO_CAPTURE_Driver_User_Guide for v4l2 capture.
and tried saLoopBack example
I get this error
root@dm814x-evm:/usr/bin# ./saLoopBack
failed to open capture device
Error in opening capture device for channel 0
saLoopBack tries to perform this functionality
/* Divert fbdev to dvo2 so that it does not do blending with display*/
system ("echo 1:dvo2 > /sys/devices/platform/vpss/graphics0/nodes");
/* Open the capture driver. Query the resolution from the capture driver
*/
ret = initCapture();
if (ret < 0) {
printf("Error in opening capture device for channel 0\n");
return ret;
Can someone throw light on this?
My lsmod data is this
root@dm814x-evm:/lib/modules/2.6.37/kernel/drivers/media/video# lsmod
Module Size Used by
tvp7002 6429 0
bufferclass_ti 4950 0
omaplfb 10794 0
pvrsrvkm 155618 2 bufferclass_ti,omaplfb
tlc59108 1545 0
ti81xxhdmi 17685 0
ti81xxfb 21979 2
vpss 74936 3 omaplfb,ti81xxhdmi,ti81xxfb
syslink 1133911 0
ipv6 214095 14