[Support]: Wrong detection zones after upgrade to 0.17.0 #22220
Replies: 4 comments 34 replies
|
The zone detection behavior you're describing is working as designed in Frigate. Zone presence is evaluated based on the bottom center of the bounding box for the object(1). Looking at your configuration, you have a review:
alerts:
required_zones:
- drive_way
- apron
- front_yardSince the To restrict alerts to only occur when objects are in specific zones, you need to ensure your
The zone inertia feature requires an object's bounding box to be within the zone for the specified number of consecutive frames (default is 3) before the object is considered present in that zone(1)(2). 📚 Sources: Have another question? Just tag @inkeep. |
|
This configuration worked fine with the previous version and I had no wrong alerts so something must have changed in this release |
|
I will test it soon and report back |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
I upgraded today to 0.17.0 and made no changes to my configuration at all.
I am getting alerts now showing people walking on the sidewalk and the zone is shows as my driveway. this was working perfectly before
Version
0.17.0-f0d69f7
What browser(s) are you using?
No response
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
Home Assistant Add-on
docker-compose file or Docker CLI command
N/AObject Detector
Coral
Network connection
Wireless
Camera make and model
N/A
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
All reactions