• Hardware Platform (Jetson / GPU)
T4 GPU
• DeepStream Version
5.1
• TensorRT Version
v7.2.3
• NVIDIA GPU Driver Version (valid for GPU only)
v470.57.02
• Issue Type( questions, new requirements, bugs)
Question
Hi,
I am working on deepstream-python-apps. I am running a multistream pipeline with a list of cameras as input to start the pipeline. While starting if any one of the cameras from this list is down, the whole pipeline fails to start with an error (failed to connect (Generic Error)). To start this pipeline, I have to remove that particular URL from the list manually.
Is there any way to handle this error in the pipeline itself, so that the deepstream python app checks and changes the camera list on the fly?
Is there any way to handle and manage this type of error so that the app/pipeline doesn’t stop?