Fix Frigate parked car re-detection and enable writable config #193

Merged
eblume merged 3 commits from frigate-stationary-fix into main 2026-02-15 17:48:15 -08:00
Showing only changes of commit f25f743fa2 - Show all commits

Add driveway_entrance zone, motion mask, and required_zones for alerts

Bake UI-drawn zone coordinates and timestamp motion mask into IaC.
Restrict car/person/dog alerts to only fire when objects pass through
the driveway entrance zone.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-15 17:44:28 -08:00

View file

@ -33,6 +33,17 @@ data:
stationary:
max_frames:
default: 1500
motion:
mask:
- 0.401,0.026,0.4,0.078,0.587,0.072,0.585,0.02
zones:
driveway_entrance:
coordinates: 0.85,0.366,0.689,0.347,0.661,0.175,0.795,0.255
objects: [car, dog, person]
review:
alerts:
required_zones:
- driveway_entrance
objects:
track: [person, car, dog, cat, bird]