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.

Scalar link issue

Hi,

I am using IPNC RDK 3.8 with AR0331 Sensor.

I am using 1080p@60fps tri Stream usecase.

If I use Scalar link in my use-case then I am getting error as bellow:

[m3vpss ] <drivers/capture/src/issdrv_captureApi.c>:IssAlg_capt2AInit 0
 [m3video]  ==================== EncLink_PrintDetails ====================
 [m3video]      2648201: HDVICP-ID:0
 [m3video]              totalAcquire2wait in msec:       776
 [m3video]              totalWait2Isr in msec:     15905
 [m3video]              totalIsr2Done in msec:        24
 [m3video]              totalWait2Done in msec:     15929
 [m3video]              totalDone2Release in msec:         0
 [m3video]              totalAcquire2Release in msec:     16949
 [m3video]              totalAcq2acqDelay in msec:      7962
 [m3video]              totalElapsedTime in msec:     24896
 [m3video]              numAccessCnt:      1641
 [m3video]              IVA-FPS :        68
 [m3video]  
 [m3video]  *** ENCODE Statistics ***
 [m3video]  
 [m3video]  Elasped Time           : 17 secs
 [m3video]  
 [m3video]  
 [m3video]  CH  | In Recv In Skip In User  Out Latency  
 [m3video]  Num | FPS     FPS     Skip FPS FPS Min / Max
 [m3video]  --------------------------------------------
 [m3video]    0 | 62.00       0       31 31.00  42 /  65
 [m3video]    1 | 31.00       0        0 31.00   5 /  18
 [m3video]    2 | 62.06       0       56 5.18  28 /  52
 [m3video]  
 [m3video]  ==============================================================
 [m3vpss ] Iss_captResetAndRestart:4691
 [m3vpss ] <drivers/capture/src/issdrv_captureApi.c>:IssAlg_capt2AInit 0
 [m3vpss ] Iss_captResetAndRestart:4691
 [m3vpss ] <drivers/capture/src/issdrv_captureApi.c>:IssAlg_capt2AInit 0

 [m3vpss ] CT: 4764, 3dlut index:2
 [m3vpss ]  2803248: CAMERA: Fields = 5418 (fps = 90), Total Resets = 3 (Avg 2 ms per reset)

After some time camera link stops giving frame.

I looked through  Int32 Iss_captResetAndRestart(Iss_CaptOverFlowStatus * overFlowStatus) function. However, I couldn't figure out what happen here.

Thanks.