Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
Tesla T4 GPU
• DeepStream Version
DeepStream 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.
I am trying to get the camera up/down status from the active pipeline i.e I want to know when the camera goes down or becomes inactive during runtime. So, how can I accomplish this?
Also, is there is a way in which this ‘down/inactive’ camera can be restarted inside an already running pipeline without us manually running some commands?