Hello everyone,
we are currently developing an application which captures frames from four MIPI cameras for further image processing and streaming.
For the acquisition part we are using the Jetson Linux API
.
We noticed that after several hours the nvargus-daemon goes into an error state and does not provide further images. The error message is something like:
Module_id 30 Severity 2 : (fusa) Error: InvalidState Status syncpoint signaled but status value not updated in:/capture/src/fusaViHandler.cpp 817
Module_id 30 Severity 2 : (fusa) Error: InvalidState propagating from:/capture/src/fusaViHandler.cpp 759
To make everything work again, we need to restart the nvargus-daemon.
To take our application out of the equation, I tried streaming with the argus_multi_camera
example. I also received the same error messages. The launch syntax was the following:
argus_multi_camera -n 4 -c 2592000
Do you have any solution for this problem? I already tried boosting the VI/CSI/ISP clocks. This didn’t fix the problem, however. In Topic 268519 you provided a modified version of the libnvargus.so
which should improve the stability. Is this still the preferred solution or do you have any other fix?
Our HW setup:
- Jetson AGX Orin Industrial
- JetPack 5.1.2
Best regards and thanks for your help
Markus