We’re experiencing the following timeout error when running multiple cameras streaming using libargus. We also observed that the video link status was still linked and frame count was increasing when reading deserializer registers through i2ctransfer when this issue happened.
We’ve tried almost all of the solutions we found in the forum.
- Run in the multiple-process mode (use nvargus-daemon and also tried to add enableInfiniteTimeout=1 refer to Libnvargus report "SCF_AutocontrolACSync failed to wait for an earlier frame to complete")
- Boost the system’s clocks refer to Argus camera instability issue - #7 by wufan10618
- Run in the single-process mode (DISABLE_MULTIPROCESS=ON), A question for this: is enableInfiniteTimeout=1 still working for single-process mode?
Both of them are not working. Please help.
SCF: Error Timeout: (propagating from src/components/amr/Snapshot.cpp, function waitForNewerSample(), line 91)
SCF_AutocontrolACSync failed to wait for an earlier frame to complete.
SCF: Error Timeout: (propagating from src/components/ac_stages/ACSynchronizeStage.cpp, function doHandleRequest(), line 126)
SCF: Error Timeout: (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 137)
SCF: Error Timeout: Sending critical error event (in src/api/Session.cpp, function sendErrorEvent(), line 979)
SCF: Error InvalidState: Capture Scheduler not running (in src/services/capture/CaptureServiceDevice.cpp, function addNewItemToSchedule(), line 906)
SCF: Error InvalidState: (propagating from src/services/capture/CaptureService.cpp, function addRequest(), line 411)
SCF: Error InvalidState: (propagating from src/components/stages/SensorCaptureStage.cpp, function doHandleRequest(), line 86)
SCF: Error InvalidState: (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
[ARGUS] camera 0 had error[STATUS_TIMEOUT]
[ARGUS] camera 0 frame queue size 0
[ARGUS] camera 1 frame queue size 3
[ARGUS] camera 2 frame queue size 2
[ARGUS] camera 4 frame queue size 2
[ARGUS] camera 5 frame queue size 3
[ARGUS] camera 6 frame queue size 2
[ARGUS] camera 7 frame queue size 2