Add network bandwidth monitoring for frigate
Add Frigate+ API key to enable image annotation/upload Adjust doorbell motion parameters Adjust detect stationary threshold Enable recording retention for all 3 days and 30 days for motion
This commit is contained in:
@@ -119,8 +119,8 @@ cameras:
|
||||
- 0.79,0.003,0.79,0.035,0.82,0.035,0.82,0.003
|
||||
- 0.828,0.003,0.828,0.035,0.858,0.035,0.858,0.003
|
||||
- 0.866,0.003,0.866,0.035,0.896,0.035,0.896,0.003
|
||||
threshold: 35
|
||||
contour_area: 15
|
||||
threshold: 30
|
||||
contour_area: 18
|
||||
improve_contrast: true
|
||||
version: 0.14
|
||||
camera_groups:
|
||||
@@ -139,9 +139,23 @@ camera_groups:
|
||||
detect:
|
||||
stationary:
|
||||
interval: 50
|
||||
threshold: 40
|
||||
threshold: 50
|
||||
|
||||
snapshots:
|
||||
enabled: True
|
||||
retain:
|
||||
default: 30
|
||||
default: 30
|
||||
|
||||
record:
|
||||
enabled: True
|
||||
retain:
|
||||
days: 3
|
||||
mode: all
|
||||
events:
|
||||
retain:
|
||||
default: 30
|
||||
mode: motion
|
||||
|
||||
telemetry:
|
||||
stats:
|
||||
network_bandwidth: True
|
||||
Reference in New Issue
Block a user