Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU • DeepStream Version DS 6.2 • JetPack Version (valid for Jetson only) • TensorRT Version 8.5.3 • NVIDIA GPU Driver Version (valid for GPU only) 525.85.12 • Issue Type( questions, new requirements, bugs) question • 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)
Hello,
Is there any way to use nvdspreprocess element in case addition/deletion of camera source is dynamically done when pipeline is running.
Currently ROI information is being passed to nvdspreprocess element through config file. is there a way to reload config file while pipeline is running.
is there other way we can pass ROI information & network-input-shape?
can we set network-input-shape to <max_supported_camera>;3;16;224;224? e.g. 32;3;16;224;224
in my case, user can add/remove camera dynamically same as nvidia sample for add/remove runtime pipeline.
let’s say I start my pipeline with one camera with specific ROI information and then user wants to add more cameras to same pipeline with different ROI configuration.
I can manage by
Stopping pipeline
updated nvdspreprocess config file with new settings
Run pipeline
I am wondering if we have any other option to update nvdspreprocess configuration runtime without restarting pipeline.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
We currently do not have support for this scenario. Could you try to set the config-file para again after you run the pipeline?