Hi,
I've tried to enable LDC by modifying current hlos usecase (iss_capture_isp_display) but it doesn't work.
■ There're not hlos LDC usecase in current vision sdk (vision_sdk/apps/src/hlos/adas/src/usecase)
- hlos usecase 'iss_capture_isp_display' is only using ISSM2MSIMCOP_LINK_OPMODE_VTNF, it didn't work by just changing it to ISSM2MSIMCOP_LINK_OPMODE_LDC
- there's another usecase 'iss_multi_cam_isp_sgx_3d_srv_display/iss_capture_isp_simcop_display' but it is for rtos not hlos (same code with rtos usecase)
How to enable LDC in hlos usecase and what parameters are necessary?
Thanks.