Tool/software:
Hi TI Expert,
We are encountering an issue where green frames are occasionally observed on the CSI-TX output when running app_single_cam.
Please refer to the attached recording for reference:
Issue Description
-
The problem only occurs in the pipeline:
Capture → VISS → LDC → CSI-TX
-
When we modify
NUM_BUFS
(viaobj->num_cap_buf
andtivxSetNodeParameterNumBufByIndex
) to 6, the green frame issue seems to be resolved. -
However, if we bypass LDC (pipeline:
Capture → VISS → CSI-TX
) and keep the defaultNUM_BUFS=4
, the green frame issue does not occur. -
If we set
NUM_BUFS=6
in this bypass case, the pipeline stalls at CSI-TX and the FPS drops to 0.
Question
Do you have any insights into what could be causing this behavior?
Thanks,
YL