hello!
I had a problem, I am trying to have lowered the camera collected image, encoded H.264 format
DVSDK Versions:DVSDK_OMAP3530-EVM_4_00_00_22
camera : TVP5146PFP
kernel: psp in the DVSDK linux-2.6.32-psp03.00.01.06
Firstly, I run the ./loadmoubules.sh and it show as flowing:
root@omap3evm:/usr/share/ti/dvsdk-demos# ./loadmodules.sh
CMEMK module: built on Feb 16 2011 at 12:51:59
Reference Linux version 2.6.32
File /omap3530/dvsdk/linuxutils_2_25_05_11/packages/ti/sdo/linuxutils/cmem/src
allocated heap buffer 0xc8000000 of size 0x17000
cmemk initialized
DSPLINK Module (1.65.00.02) created on Date: Oct 14 2010 Time: 16:42:45
SDMAK module: built on Oct 14 2010 at 16:41:55
Reference Linux version 2.6.32
File /sdk/build/DVSDK_4_00/4_00_00_22/arago-install/arago-tmp/work/omap3evm-nc
then I want to encode, and it show as flowing:
root@omap3evm:/usr/share/ti/dvsdk-demos# ./encode -v test.264 -t 10
Encode demo started.
args.osd OK
CERuntime OK
Dmai_init OK!
Create the user interface OK
Get configuration from QT interface if necessary OK
Validate arguments ...........OK
tvp514x 2-005d: tvp5146m2 found at 0xba (OMAP I2C adapter)
(waiting at here forever!!)
then I try the decode ,but unfortunately I got a e error
root@omap3evm:/usr/share/ti/dvsdk-demos# ./decode -v ../data/video/davincieffect_480p30.m4v
Decode demo started.
Error: Check if video file contains encoded content
when I config the kernel when I run make menuconfig I have chosed
<*> Multimedia support --->
[*] Video capture adapters --->
Encoders/decoders and other helper chips --->
<*> Texas Instruments TVP514x video decoder
what is the wrong ? what can I do for it ?