Hello,
I am using a standard EVM is the Digital Video Evaluation Module Beta TMX320DM365. The camera, buy it with Leopard Imaging, the model is LI-5M02 and mount on ranuna "Image Interface." The camera is connected properly.
When I try to run the demos, in this case try to run the ./encodedecode, first of all run the. /loadmodules.sh, then the ./encodedecode, and have the following problem:
Encodedecode demo started.
DavinciDisplay DavinciDisplay.1: Before finishing with S_FMT:
layer.pix_fmt.bytesperline = 736,
layer.pix_fmt.width = 720,
layer.pix_fmt.height = 480,
layer.pix_fmt.sizeimage =529920
DavinciDisplay DavinciDisplay.1: pixfmt->width = 720,
layer->layer_info.config.line_length= 736
MUX: initialized GPIO40
i2c_adapter i2c-0: I2C write fails...height.
i2c_adapter i2c-0: Set standard failed.
vpfe ccdc capture vpfe ccdc capture.1: Error in initializing channel
Error: Failed to detect video standard, video input connected?
Error: Failed to create video decoder: mpeg4dec
DavinciDisplay DavinciDisplay.1: Before finishing with S_FMT:
layer.pix_fmt.bytesperline = 736,
layer.pix_fmt.width = 720,
layer.pix_fmt.height = 480,
layer.pix_fmt.sizeimage =529920
DavinciDisplay DavinciDisplay.1: pixfmt->width = 720,
layer->layer_info.config.line_length= 736
MUX: initialized GPIO40
i2c_adapter i2c-0: I2C write fails...height.
i2c_adapter i2c-0: Set standard failed.
vpfe ccdc capture vpfe ccdc capture.1: Error in initializing channel
Error: Failed to detect video standard, video input connected?
Error: Failed to create video decoder: mpeg4dec
What happened? My bootargs is:
setenv bootargs console=ttyS0,115200n8 rw mem=76M ip=148.247.70.106:148.247.70.105:0.0.0.0:255.255.255.0::::off root=/dev/nfs nfsroot=$(nfshost):$(rootpath) video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=3 vpfe_capture.cont_bufsize=6291456 davinci_enc_mngr.ch0_output=COMPONENT davinci_enc_mngr.ch0_mode=480P-60 vpfe_capture.interface=1
I need to run the h.264 codec...