Part Number: TDA2SX
Tool/software: TI-RTOS
Hi I wanted to do a frame copy on tidl_OD use case , following is the txt file generated :
UseCase: chains_tidlOD
capture-> Dup
Dup -> Alg_FrameCopy (A15) -> Null
Dup -> Merge
Dup -> Alg_tidlpreproc (A15)
Alg_tidlpreproc (A15) -> Alg_tidl_Eve1 (EVE1)
Alg_tidlpreproc (A15) -> Alg_tidl_Eve2 (EVE2)
Alg_tidlpreproc (A15) -> Alg_tidl_Eve3 (EVE3)
Alg_tidlpreproc (A15) -> Alg_tidl_Eve4 (EVE4)
Alg_tidl_Eve1 (EVE1) -> Merge_OD (DSP1)
Alg_tidl_Eve2 (EVE2) -> Merge_OD (DSP1)
Alg_tidl_Eve3 (EVE3) -> Merge_OD (DSP1)
Alg_tidl_Eve4 (EVE4) -> Merge_OD (DSP1)
Merge_OD (DSP1) -> Alg_tidl_Dsp (DSP1) -> Merge
Merge -> Sync -> Alg_tiop (DSP1) -> Alg_ObjectDraw -> Display
GrpxSrc -> Display_Grpx
I am just redirecting the frame copy output to null source for later use . everything is got compiled but when i try to execute the use case im getting the following error
vision_sdk/apps/src/rtos/usecases/tidl_OD/chains_tidlOD_priv.c: status == SYSTEM_LINK_STATU!
Is this something related to data format . Kindly advise .