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.

TDA4VM: Failed to initialize capture node while running two PIPELINE instances

Part Number: TDA4VM

Tool/software:

Hi,

I need to run two PIPELLINE processes on TDA4 now. If these two processes run separately, they can run normally,

but if they run simultaneously, the second PIPELLINE process will report an error. The error log is as follows:

(), line<626>: App Create Graph Done!

     0.000000 s:  VX_ZONE_ERROR:[ownContextSendCmd:875] Command ack message returned failure cmd_status: -1
     0.000000 s:  VX_ZONE_ERROR:[ownNodeKernelInit:590] Target kernel, TIVX_CMD_NODE_CREATE failed for node capture_node
     0.000000 s:  VX_ZONE_ERROR:[ownNodeKernelInit:591] Please be sure the target callbacks have been registered for this core
     0.000000 s:  VX_ZONE_ERROR:[ownNodeKernelInit:592] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
     0.000000 s:  VX_ZONE_ERROR:[ownGraphNodeKernelInit:608] kernel init for node 0, kernel com.ti.capture ... failed !!!
     0.000000 s:  VX_ZONE_ERROR:[vxVerifyGraph:2159] Node kernel init failed
     0.000000 s:  VX_ZONE_ERROR:[vxVerifyGraph:2213] Graph verify failed
/home/hzhang37/second1TB/jwan4/tda4-w39-1-project/application_tda4_2box/a72/rear_cam_app/source/rear_cam_main.c, in function: app_rear_cam_main(), line<648>: App Run Graph Done!

Capture delete done!
VISS delete done!
AEWB delete done!

May I ask the reason for this issue? Can two PIPELLINE processes be run simultaneously on TDA4.