Tool/software:
I'm encountering some exceptions while using tivxVpacUserVissNode. When creating a tivxVpacUserVissNode node, it successfully returns, but there are some issues.
the log is as follows:
Pipeline params setup done!
App Create Graph Done!
0.000000 s: VX_ZONE_ERROR:[ownContextSendCmd:875] Command ack message returned failure cmd_status: -7
0.000000 s: VX_ZONE_ERROR:[ownNodeKernelInit:590] Target kernel, TIVX_CMD_NODE_CREATE failed for node VISS_Processing
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 1, kernel com.ti.hwa.vpac_user_viss ... failed !!!
0.000000 s: VX_ZONE_ERROR:[vxVerifyGraph:2159] Node kernel init failed
0.000000 s: VX_ZONE_ERROR:[vxVerifyGraph:2213] Graph verify failed
App Run Graph Done!
during the verification process, an exception occurred, and the error message is as follows:
May I ask what the cause of this error is and how it can be resolved?