Tegra-capture-vi: uncorr_err: request timed out after 2500 ms

Hello, now I can get right image from orin-nx-16G with Sony sensor, but there is a problem. In my application, sensor is triggered by external signals, and the interval between two frames may be larger than 2500ms. In this case, the vi will report timeout error and output black frame. So, what can I do to make the vi work well in my application?

Can someone help me?It has severely impacted my project delivery. We are heavily involved in developing smart cameras, where image acquisition at non-periodic intervals is an essential feature. Please help resolve the VI timeout issue

Set the timeout to infinite by below command.

v4l2-ctl -c override_capture_timeout_ms=-1

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.