I have a new DM368 works with the camera that comes with the DM368-EVM.
But, using the DVSDK 4.02, I built kernel (with MT9P031 support built int) and rootfs (including demos), and tftp/NFS boot.
I try to execute the following command line:
DMAI_DEBUG=1 ./encode -b 8000000 -v ./a.mpeg4 -I 4 -y 5
I get the following error:
@0x00053e96:[T:0x40b3e490] ti.sdo.dmai - [Capture] Failed to set video input to 3 (Invalid argument)
Error: Failed to create capture device. Is video input connected?
What am doing wrong? I have tried to tweak the u-boot (davinci_capture.device_type=4 vpfe_capture.interface=1 Nothing seems to work?
Help?
tom