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.