Add stationary object timeout to stop alerts on parked cars

Cars stop being tracked after ~30s stationary (150 frames at 5fps).
Other objects get ~5 minutes (1500 frames) before being dropped.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-14 20:25:46 -08:00
commit 95f9294fb6

View file

@ -30,6 +30,11 @@ data:
roles: [detect]
detect:
enabled: true
stationary:
max_frames:
default: 1500
objects:
car: 150
objects:
track: [person, car, dog, cat, bird]