mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-19 09:27:06 +03:00
update reference config
This commit is contained in:
parent
7e7fe48750
commit
31e48f8aea
@ -329,6 +329,8 @@ objects:
|
|||||||
review:
|
review:
|
||||||
# Optional: alerts configuration
|
# Optional: alerts configuration
|
||||||
alerts:
|
alerts:
|
||||||
|
# Optional: enables alerts for the camera (default: True)
|
||||||
|
enabled: True
|
||||||
# Optional: labels that qualify as an alert (default: shown below)
|
# Optional: labels that qualify as an alert (default: shown below)
|
||||||
labels:
|
labels:
|
||||||
- car
|
- car
|
||||||
@ -341,6 +343,8 @@ review:
|
|||||||
- driveway
|
- driveway
|
||||||
# Optional: detections configuration
|
# Optional: detections configuration
|
||||||
detections:
|
detections:
|
||||||
|
# Optional: enables detections for the camera (default: True)
|
||||||
|
enabled: True
|
||||||
# Optional: labels that qualify as a detection (default: all labels that are tracked / listened to)
|
# Optional: labels that qualify as a detection (default: all labels that are tracked / listened to)
|
||||||
labels:
|
labels:
|
||||||
- car
|
- car
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user