• Hardware Platform (Jetson)
**• DeepStream Version 5.1 • JetPack Version (4.5)
**• TensorRT Version 7.x
Can I enable NvdsAnalytics in secondary gie? For example I’m detecting person in primary gie and facemask in secondary gie, Currently I can count the primary in ROI filtering with nvdsanalytics but the facemask is not reflecting on the output
[property]
enable=1
#Width height used for configuration to which below configs are configured
config-width=1920
config-height=1080
#osd-mode 0: Dont display any lines, rois and text
# 1: Display only lines, rois and static text i.e. labels
# 2: Display all info from 1 plus information about counts
osd-mode=2
#Set OSD font size that has to be displayed
display-font-size=15
## Per stream configuration
[roi-filtering-stream-0]
#enable or disable following feature
enable=1
#ROI to filter select objects, and remove from meta data
roi-RF0=0;0;750;0;1920;300;1920;1080;0;1080
#remove objects in the ROI
inverse-roi=0
class-id=0
it only works on counting the pgie. I also want to count the sgie inside the set roi filtering. Any suggestions?