Filter driveway zone to person/dog/cat only in Frigate
Parked car was being re-detected every few minutes at night due to IR illumination noise triggering motion detection. Restrict the driveway zone to [person, dog, cat] so cars and birds no longer create events there. Cars still alert via the driveway_entrance zone. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
84338c32c2
commit
2243f2e0a1
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ cameras:
|
|||
loitering_time: 0
|
||||
driveway:
|
||||
coordinates: 0.767,0.25,0.58,0.2,0.218,0.25,0.128,0.296,0.003,0.565,0.001,0.992,0.826,0.992,0.897,0.665,0.869,0.608,0.788,0.354
|
||||
objects: [person, dog, cat]
|
||||
review:
|
||||
alerts:
|
||||
labels: [person, car]
|
||||
|
|
|
|||
1
docs/changelog.d/main.bugfix.md
Normal file
1
docs/changelog.d/main.bugfix.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Filter car and bird detections from Frigate driveway zone to stop repeated alerts on parked cars at night
|
||||
Loading…
Add table
Add a link
Reference in a new issue