Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Using the following pipeline: streammux ! pgie ! nvtracker ! sgie ! nvdsanalytics ! tiler ! nvvidconv ! nvosd ! transform ! hlssink, the coordinates of the lines or ROI zones is set in the config_nvdsanalytics.txt. So the coordinates are read in the deepstream_nvdsanalytics_test.cpp → /* Configure the nvdsanalytics element for using the particular analytics config file*/
g_object_set (G_OBJECT (nvdsanalytics),
“config-file”, “config_nvdsanalytics.txt”,
NULL);
I want to be able to change the coordinates of the lines/ROI’ s “on the fly” without having to stop and start the pipeline. Is there a way in the main cpp code to override (some parts of) the configfile?