Other Parts Discussed in Thread: SYSBIOS
Dear Sir/Madam,
I use TDA4VM, SDK 7.3 and IMX390 camera.
I trace "Camera based Object Detection Application" source code.
I want to add new function into LDC kernel code.
I tried following test.
<< add print message into tiovx\kernels_j7\hwa\vpac_ldc\vx_vpac_ldc_target.c>>
static vx_status VX_CALLBACK tivxVpacLdcProcess()
{
...
Fvid2_FrameList *outFrmList;
uint64_t cur_time;
VX_PRINT(VX_ZONE_INFO, "tivxVpacLdcProcess start ....")
...
}
<< rebuild code>>
"make sdk" under vision_apps directory.
<< run vx_app_tidl_od_cam.out on TDA4VM>>
But I can't see the "tivxVpacLdcProcess start ...." that print on console.
I think, tivxVpacLdcProcess() API will be repeat call when program running.
Did I modify error file and API?
Have I error step to rebuild code?
Could you give me suggestion?
Best regards
-Jason