cpu save
This commit is contained in:
@@ -10,7 +10,7 @@ data:
|
||||
host: mosquitto.mosquitto.svc.k8s.undercloud.local
|
||||
port: 1883
|
||||
user: frigate
|
||||
password: asecurefrigate
|
||||
password: YOUR_PASSWORD_HERE
|
||||
topic_prefix: frigate
|
||||
|
||||
auth:
|
||||
@@ -19,63 +19,91 @@ data:
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
cameras:
|
||||
Stairway:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:KillerCamera@10.0.5.160:554/h264Preview_01_main
|
||||
roles:
|
||||
- detect
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
Bell:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:KillerKlingel@10.0.5.161:554/h264Preview_01_main
|
||||
roles:
|
||||
- detect
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
Serverraum:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:KillerKamera@10.0.5.162:554/h264Preview_01_main
|
||||
roles:
|
||||
- detect
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
Carport:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:KillerKamera@10.0.5.163:554/h264Preview_01_main
|
||||
roles:
|
||||
- detect
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
input_args: preset-rtsp-generic
|
||||
# If you have Intel iGPU on the node, uncomment one of these later:
|
||||
# hwaccel_args: preset-vaapi
|
||||
# or
|
||||
# hwaccel_args: preset-intel-qsv-h264
|
||||
|
||||
record:
|
||||
enabled: true
|
||||
retain:
|
||||
days: 3
|
||||
mode: motion
|
||||
|
||||
alerts:
|
||||
retain:
|
||||
days: 14
|
||||
mode: motion
|
||||
|
||||
detections:
|
||||
retain:
|
||||
days: 14
|
||||
mode: motion
|
||||
|
||||
cameras:
|
||||
Stairway:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.160:554/h264Preview_01_sub
|
||||
roles:
|
||||
- detect
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.160:554/h264Preview_01_main
|
||||
roles:
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
width: 640
|
||||
height: 360
|
||||
fps: 5
|
||||
|
||||
Bell:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.161:554/h264Preview_01_sub
|
||||
roles:
|
||||
- detect
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.161:554/h264Preview_01_main
|
||||
roles:
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
width: 640
|
||||
height: 360
|
||||
fps: 5
|
||||
|
||||
Serverraum:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.162:554/h264Preview_01_sub
|
||||
roles:
|
||||
- detect
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.162:554/h264Preview_01_main
|
||||
roles:
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
width: 640
|
||||
height: 360
|
||||
fps: 5
|
||||
|
||||
Carport:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.163:554/h264Preview_01_sub
|
||||
roles:
|
||||
- detect
|
||||
- path: rtsp://admin:YOUR_PASSWORD@10.0.5.163:554/h264Preview_01_main
|
||||
roles:
|
||||
- record
|
||||
detect:
|
||||
enabled: true
|
||||
width: 640
|
||||
height: 360
|
||||
fps: 5
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
||||
Reference in New Issue
Block a user