mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 11:31:28 +08:00
Improve review segmentation behavior (#19850)
* Refactor active objects to class * Keep segment going when detection is newer than end of alert * Cleanup logic * Fix * Cleanup ending * Adjust timing * Improve detection saving * Don't have padding at end for in progress reviews * Add review config for cutoff times
This commit is contained in:
@@ -390,6 +390,8 @@ review:
|
||||
labels:
|
||||
- car
|
||||
- person
|
||||
# Time to cutoff alerts after no alert-causing activity has occurred (default: shown below)
|
||||
cutoff_time: 40
|
||||
# Optional: required zones for an object to be marked as an alert (default: none)
|
||||
# NOTE: when settings required zones globally, this zone must exist on all cameras
|
||||
# or the config will be considered invalid. In that case the required_zones
|
||||
@@ -404,6 +406,8 @@ review:
|
||||
labels:
|
||||
- car
|
||||
- person
|
||||
# Time to cutoff detections after no detection-causing activity has occurred (default: shown below)
|
||||
cutoff_time: 30
|
||||
# Optional: required zones for an object to be marked as a detection (default: none)
|
||||
# NOTE: when settings required zones globally, this zone must exist on all cameras
|
||||
# or the config will be considered invalid. In that case the required_zones
|
||||
|
Reference in New Issue
Block a user