This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMX example decode_display 720p problems on DM8168

Hello,

I'm using EZSDK 5.04 and DM8168 EMV Rev C with video confernece I/O board.

When I want to decode_display 720p h264 file ,it is failed.

./decode_display_a8host_debug.xv5T -i /usr/share/ti/data/Carrie.264 -w 1280 -h 720 -f 30 -d 0 -g 0 -c h264 

The error message is followed:

 got eventState changed to: OMX_StateIdle 
 display state IDLE 
 got eventState changed to: OMX_StateExecuting 
 display control state execute 
 got event*** unrecoverable error: OMX_ErrorBadParameter (0x80001005)

I have run LoggerSMDump to get the log in the attachment. and I can not see the relative code about the log.

Best Regards,

hui liang

1464.omx.TXT


  • Hello,

    OMX_ErrorBadParameter means that one or more parameters were not valid.

    Make sure you are follow the steps:

    /ti-ezsdk_dm816x-evm_5_05_01_04/component-sources/omx_05_02_00_46

    OMX_05_02_00_46_UserGuide.pdf(Decode_display example)

    Could you try with 1080p resolution? Let me know the result.

    Best Regards,

    Margarita