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.

Video Encode Decode Code not working dm6437...

Hi, i'm running a very basic example code of videoencdec.pjt from the examples of DM6437's Dvsdk. I've fixed all the compiling related issues, the code compiles fine and loads on the board smoothly. But as the program is supposed to show some output on DAC-D video port after encoding & decoding a raw video input, it doesn't.

Now during compiling i get this Warning: xdc.cfg.program: "C:/dvsdk_1_01_00_15/xdc_2_95_02/packages/xdc/runtime/packages...
line 57: xdc.cfg.program: assignment to program system is depracated.

And on the stdout panel, after running the program i get these messages,

Decoder frame 0, processing failed. Error: 0xffffffff Extended Error: 0x1095.

Kindly help.