How do I get the location information (X, Y or BBox value) of a person in roi-OC1?

**• Hardware Platform : Jetson Nano
**• DeepStream Version : 6.0.1
**• JetPack Version : 4.6.1


I am using nvdsanalytics to build an APP that detects pedestrians within ROI.
I have the following configuration and it’s working fine.

[overcrowding-stream-0]
enable=1
roi-OC1=306;121;915;132;1047;960;15;893
object-threshold=3
#line-width=5
class-id=0

How do I get the location information (X, Y or BBox value) of a person in roi-OC1?

NvDsAnalyticsFrameMeta and NvDsUserMeta don’t seem to have that information.

And additionally, is there a way to adjust the line thickness when roi-OC1 is drawn to the screen?

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

The app should judge by itself. You can get bbox of every object and you know the ROI, so the application is easy to know whether the object is inside or outside ROI.

No. Currently it is not supported.

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