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.

Linux: run visionSDK nullsrc decode display use case problem

Tool/software: Linux

i try to play a h264 file by vision SDK on android system. i use null src to load h264 file, but fail;

 [HOST] [HOST  ]    313.774385 s:
 [HOST] [HOST  ]    313.825962 s:  IPC_OUT_0   : Create in progress !!!
 [HOST] [HOST  ]    313.826023 s:  IPC_OUT_0   : Create Done !!!
 [HOST] [HOST  ]    313.828768 s:  IPC_OUT_1   : Create in progress !!!
 [HOST] [HOST  ]    313.828829 s:  IPC_OUT_1   : Create Done !!!
 [HOST] [HOST  ]    313.831513 s:  IPC_OUT_2   : Create in progress !!!
 [HOST] [HOST  ]    313.831574 s:  IPC_OUT_2   : Create Done !!!
 [HOST] [IPU2  ]    313.826175 s:  IPC_IN_0   : Create in progress !!!
 [HOST] [IPU2  ]    313.827426 s:  IPC_IN_0   : Create Done !!!
 [HOST] [IPU2  ]    313.827853 s:  DISPLAY: Create in progress !!!
 [HOST] [IPU2  ]    313.828402 s:  DISPLAY: Create Done !!!
 [HOST] [IPU2  ]    313.828981 s:  IPC_IN_1   : Create in progress !!!
 [HOST] [IPU2  ]    313.830171 s:  IPC_IN_1   : Create Done !!!
 [HOST] [IPU2  ]    313.830598 s:  DISPLAY: Create in progress !!!
 [HOST] [IPU2  ]    313.831116 s:  DISPLAY: Create Done !!!
 [HOST] [IPU2  ]    313.831726 s:  IPC_IN_2   : Create in progress !!!
 [HOST] [IPU2  ]    313.832916 s:  IPC_IN_2   : Create Done !!!
 [HOST] [IPU2  ]    313.833312 s:  DISPLAY: Create in progress !!!
 [HOST] [IPU2  ]    313.833923 s:  DISPLAY: Create Done !!!
 [HOST] [IPU2  ]    313.834655 s:  NullSrc link open: /vendor/usr/1920x720.h264, chId = 0
 [HOST] [IPU2  ]    313.834807 s:  Assertion @ Line: 1365 in nullSrcLink_tsk.c: pObj->fpDataStream[chId] != SYSTEM_LINK_STATUS_EFAIL : failed !!!

 

I put h264 file in /vendor/usr dir, i try to put h264 file in a vfat format USB but appear the same error. please help me check out the problem. thanks!