Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson AGX Orin
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.0.2
• TensorRT Version 8.4.1
• Issue Type( questions, new requirements, bugs) Question
I added a probe after nvinference to get bbox values and category id. I’m currently using frame source_id to map the output to the stream.
Now I want to dynamically add/remove stream on runtime. If I want to do this, I need to manually set the source_id.
Is there a way to add custom source_id in FrameMeta?
If not, is there any other way to map the probe with the source stream?