hi all
I want to modify the video_copy using encodedecode program in the directory /home/gzj/dvsdk_2_00_00_22/dvsdk_demos_2_00_00_07/dm6446/encodedecode
so I edit the encodedecode.cfg like this:
===============================================
var demoEngine = Engine.createFromServer(
"encodedecode",
"./video_copy.x64P",
"ti.sdo.ce.examples.servers.video_copy.evmDM6446"
);
================================
the app program can be build but when running it on the ti's DVEVM its print:
=================================================
root@192.168.0.15:/opt/dvevm# ./encodedecode
Encodedecode demo started.
Error: Failed to create video encoder: videnc_copy
root@192.168.0.15:/opt/dvevm#
=========================================
(I can run
the encodedecode with loopbackCombo.x64P
and can run the app.out with video_copy.x64P
my dvsdk version is dvsdk_2_00_00_22 )
would you tell my why ? thank you