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:
parent
256ba7658e
commit
95f9294fb6
1 changed files with 5 additions and 0 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue