This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS: Usecase for dual camera (parallel capture)



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).

chains_common.c

 weston_dualcamera-2c.tar.gz

Regards,

Gokul