Tool/software: TI-RTOS
Hi Expert,
I'm running PROCESSOR SDK VISION v03.04.00 rtos on tda3x custom board.
usecase design is below:
IssCapture -> Alg_FrameCopy (DSP1) -> Display_Video
GrpxSrc -> Display_Grpx
Reference usecases: vip_single_cam_frame_copy、csi2_cal_multi_cam_view
Modify csi2_cal_multi_cam_view, join algorithm(framecopy) configuration.
But it will stop in the below error:
status = System_linkCreate(pObj->Alg_FrameCopyLinkID, &pObj->Alg_FrameCopyPrm, sizeof(pObj->Alg_FrameCopyPrm));
UTILS_assert(status == SYSTEM_LINK_STATUS_SOK);
Could you please provide some guide on these questions?
Thanks in advance.