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.

tidl_od_openvx running problem

I am trying to run your  tidl_od_openvx but I got stuck 

  9.835478 s:  NETWORK_CTRL: Starting Server (port=5000) !!!
[HOST  ]      9.835509 s:  NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
[IPU1-0]     11.460043 s:
[IPU1-0]     11.501006 s:  FILE: Reading file [Front_traffic.hdr] ...
[IPU1-0]     11.503477 s:  FILE: File read Done. [5024 bytes]
[IPU1-0]     11.531202 s:  DECODE: Create in progress ... !!!
[IPU1-0]     11.772402 s:  DECODE: Creating CH0 of 768 x 320 [1] [0],target bitrate = 10000 Kbps ...
[IPU1-0]     11.773195 s:  DECODE: All CH Create ... DONE !!!
[IPU1-0]     11.775056 s:  DECODE: Create ... DONE !!!
[IPU1-0]     11.775422 s:  VPE: Create in progress !!!
[IPU1-0]     11.864240 s:  VPE: Loading Down-scaling Co-effs
[IPU1-0]     11.864454 s:  VPE: Co-effs Loading ... DONE !!!
[IPU1-0]     11.864728 s:  VPE: Create Done !!!
[IPU1-0]     11.866009 s:  IPC_OUT_0   : Create in progress !!!
[IPU1-0]     11.866406 s:  IPC_OUT_0   : Create Done !!!
[IPU1-0]     11.867473 s:  Assertion @ Line: 229 in C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/apps/src/rtos/usecases/tidl_od_openvx/chains_tidlOpenVx_OD_priv.c: status == SYSTEM_LINK_STATUS_SOK : failed !!!
[IPU1-0]     11.868419 s:  Assertion @ Line: 229 in C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/apps/src/rtos/usecases/tidl_od_openvx/chains_tidlOpenVx_OD_priv.c: status == SYSTEM_LINK_STATUS_SOK : failed !!!

at 299 is

status = System_linkCreate(pObj->Alg_tidlpreprocLinkID, &pObj->Alg_tidlpreprocPrm, sizeof(pObj->Alg_tidlpreprocPrm));
       UTILS_assert(status == SYSTEM_LINK_STATUS_SOK);