min_area filter not working?? #3323
Unanswered
bm55
asked this question in
Ask A Question
Replies: 1 comment 1 reply
-
|
Once an object is part of a zone it remains part of the zone, that filter only applies at the beginning. So odds are an actual person walked by, activated the zone, then walked inside and this false detection occurred thinking it was the same "person" that never left the frame |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a zone called "frontDoorA" which has person filter with min_area = 6200. Shouldn't that prevent it from activating the zone when it detects person's area smaller than 6200?


back:
ffmpeg:
inputs:
- path: http://192.168.0.138/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password={FRIGATE_CAM_PASSWORD}
#- path : rtmp://192.168.0.138:1935/bcs/channel0_ext.bcs?channel=0&stream=0&user=admin&password={FRIGATE_CAM_PASSWORD}
roles:
- detect
- rtmp
- path: http://192.168.0.138/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password={FRIGATE_CAM_PASSWORD}
#- path : rtmp://192.168.0.138:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password={FRIGATE_CAM_PASSWORD}
roles:
- record
Beta Was this translation helpful? Give feedback.
All reactions