hi, I use RTSC Codec Package Wizard and RTSC Server Package Wizard
to create DSP server in windows, and use arm gcc to create app client
in linux, but when I run app client in evm board, I get error message
# ./app.out
App-> Application started.
[DSP] @0x000001e4:[T:0x00000000] codec_unitserver - main> Welcome to DSP server'
s main().
@0x00082fe6:[T:0x400176e8] CE - Engine_getConstName> Unable to locate alg "viden
c_copy" (type "ti.sdo.ce.video.IVIDENC").
@0x00083222:[T:0x400176e8] CV - VISA_create> Unable to locate alg "videnc_copy".
CEapp-> ERROR: can't open codec videnc_copy
App-> Application FAILED.
indeed, the DSP server and app client is video_copy, I do not change
it, why the app client can not use the name "videnc_copy" to create alg?