**• 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?