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.

error when use the integrated h.264 CE Codec Server

Other Parts Discussed in Thread: OMAP3530

HI there

  i follow the wiki to use the Codec Engine 2.25's GenServer.pkg to build the H.264 decoder, which got from TI. and it's success to build the h264.x64P.

  i modify the server.cfg server.tcf and memmap.tci , replace them with the CE/examples/all_codecs 's files, otherwise , log tell me mem config is not fit with DSPLink config.

  then i modify the CE example of Video2_copy, to test if the server is ok, but when dsp run into the Algorithm_create, it's fail..the log is in the file.

  plz give me some hint or info to solve this problem, thank you very much!

3757.error_omap3530_codec.txt

  • is there anyone can help me?

    do i need provide more infomation?

  • As stated by the CE Debug error,  the algorithm failed to be created on the DSP side.  This can be due to invalid or supported algorithm parameters or lack of memory required by the algorithm on the server side.

    It seem you are running on a OMAP3530 device.  If this happens to be a TI OMAP3530 EVM, you might consider downloading the TI Software Development Kit (DVSDK) for that device.  It contains Codec Engine and also include various servers pre-built with different algorithm.   There is also a section it the DVSDK Software Developer Guide that setup you through the process of adding additional algorithm to the server.

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/index.html

    Note: The 4.01 supports the OMAP3530 out-of -the-box.  Newer version may be adaptable but havn't been validated on that device.

    The other option is to determine what may be occurring on the server side, is the use TI Code Composer Studio IDE and connect to the DSP-server to determine where/what the server in executing.