Only detect people about to ring #3515
-
|
Also a Frigate fan for a couple of weeks now! My door and doorbird camera are very close to the street. Therefore it picks up a lot of people who pass by at 2m (7 ft) or so. My aim is to only detect people who are about to ring or are hanging around. Is there a way that I can only get a notification in HA if
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
There may be better ways but assuming you can't set a zone that only covers people about to ring your doorbell you could have a look at the min_area: setting objects: > filter: > person: > min_area: . To see the size of any object turn on the bounding boxes on the debug view. The number next to the percentage is the count of pixels that is tested against the min_area setting |
Beta Was this translation helpful? Give feedback.
-
|
I wouldn't use the min_area filter here. That's really meant for false positives. I would use the attributes in the events mqtt topic. There are several attributes there you can use to determine a minimum size and where the person is standing. |
Beta Was this translation helpful? Give feedback.

I wouldn't use the min_area filter here. That's really meant for false positives. I would use the attributes in the events mqtt topic. There are several attributes there you can use to determine a minimum size and where the person is standing.