Fix Frigate parked car re-detection and enable writable config #193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "frigate-stationary-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
max_frames: 150which was causing a forget-and-re-detect loop on parked cars (every ~30 seconds at 5fps)stationary.interval: 0so Frigate never re-runs detection on stationary objectsContext
Frigate was spamming notifications because
max_framesfor cars caused it to "forget" a parked car after 150 frames, then immediately re-detect it as a brand new object. The fix follows Frigate's official parked cars guide.The writable config change also unblocks using
required_zonesfor car alerts — zones can now be drawn in the Frigate UI and will survive until pod reschedule (at which point they should be baked into the configmap via IaC).Test plan
driveway_entrancerequired zone for car alerts🤖 Generated with Claude Code