Add/Delete streams during runtime in deepstream python app

• 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 where input and output are both RTSP streams.
Here, I want to add/delete a camera during runtime i.e once my pipeline is up and running, the camera should be added/deleted to/from the same pipeline.

After looking around, I came across this old forum post, Adding and removing streams during runtime. This post points to a reference app that demonstrates runtime add/delete of camera in deepstream pipeline in C.
Are there any new updates related to this forum post? Is there similar code for python apps as well? If not, Can you suggest how to proceed with this problem?

The python sample deepstream_python_apps/apps/runtime_source_add_delete at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.