Hi,
It is more like an issue in the camera source. It is unstable sometimes and does not generate frame data. Suggest check how to improve stability of the camera source.
It is more like not camera issue, because when error happens, I can’t launch the python app again, and shows:
"(Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 205)
(Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106)
"
At this time, I can open the camera using opencv.
(Argus) Error EndOfFile: Unexpected error in reading socket (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 266)
(Argus) Error EndOfFile: Receive worker failure, notifying 1 waiting threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 340)
(Argus) Error InvalidState: Argus client is exiting with 1 outstanding client threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 357)
(Argus) Error EndOfFile: Receiving thread terminated with error (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadWrapper(), line 368)
(Argus) Error EndOfFile: Client thread received an error from socket (in src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 145)
(Argus) Error EndOfFile: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
Hi,
If it does not occur in each run, it is more like an issue in the camera source. Sometimes the camera source fails to generate frame data and the error is reported. Would suggest check how to improve stability of the camera.
Hi,
You may break down the pipeline and see which plugin triggers the issue. Such as run a different model in nvinfer plugin, remove nvinfer plugin , or try non-Deepstream gstreamer commands. Or can clean gstreamer cache and try.