Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) dGPU • DeepStream Version 5.0.1 • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) 440.118 • 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)
I want to check if an object is within ROI-RF coordinates or not.
Is there a way to get the ROI-RF coordinate from the nvdsanalytics config-file
The given link does not help. I need to get the coordinates of the ROI-RF or a means to know that the object-id is in the ROI.
In the example it just gives the meta-data on a frame level not per object something like what can be achieved for Direction.
This one gives the dirStatus which is already evident from the nvdsanalytics example.
I am interested in finding out if a particular object is with the ROI-RF as defined in the config file.
Is there a mechanism to get access to the ROI-RF coordinates as defined in the config file. I can write a custom logic to find if a point is with ROI… I just need the coordinates.