Nv-analytics reload dynamically

Please provide complete information as applicable to your setup.

**• Hardware Platform --------> GPU
• DeepStream Version ------> 7.0
• TensorRT Version --------> 8.6
**• NVIDIA GPU Driver Version---------> 550

I went though this topic : - Runtime Configuration Changes for Gst-nvdsanalytics Plugin Settings

I want to implement same thing with python ! Could you help me out with this !

@fanzh

the solution is similar. first please modify the nvdsanalytics plugin, then modify python app layer to use the new feature of nvdsanalytics.

Hi @fanzh
Can you share me the exact changes in gstnvdsanalytics.cpp and for python bindings what particular change I need to do ! and give me a simple code in python How I can use this features !

please refer to my last comment in the topic mentioned in issue description. after modifying the plugin. you don’t need to do any binding. you only port the code in test5.diff to Python code. please refer to this code for how to set property in python.

Thanks It works.

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