Tool/software: TI-RTOS
Hi all,
We have the following usecase for dual camera
Capture_0 -> Display_Video0
Capture_1 -> Display_Video1
DefLink_dispDist (A15) -> Display_Gfx.
It is working sometimes only,
We observed random crash with this usecase.(display will be green).
Can you please review my code .
We are using two vip ports ( SYSTEM_CAPTURE_INST_VIP2_SLICE1_PORTA,SYSTEM_CAPTURE_INST_VIP2_SLICE2_PORTB)
In particular please review two functions.
1 ChainsCommon_MultiCam_SetCapturePrms(
&pUcObj->Capture_0Prm,
1) (chains_common.c)
2 ChainsCommon_MultiCam_SetCapturePrms_1(
&pUcObj->Capture_1Prm,
1) (chains_m4dualcamera_weston.c).
Regards,
Gokul