frigate camera

This commit is contained in:
Michael Thomson
2026-09-08 16:22:35 -04:00
parent 79d057569c
commit 657aae6ef1
+23 -3
View File
@@ -31,17 +31,37 @@ spec:
enabled: true enabled: true
host: emqx.emqx.svc.cluster.local host: emqx.emqx.svc.cluster.local
user: frigate user: frigate
password: {FRIGATE_MQTT_PASSWORD} password: '{FRIGATE_MQTT_PASSWORD}'
ffmpeg: ffmpeg:
hwaccel_args: preset-nvidia hwaccel_args: preset-nvidia
go2rtc: go2rtc:
streams: streams:
cam1: c200_1:
- rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream1 - rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream1
cam1_sub: c200_1_sub:
- rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream2 - rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream2
cameras:
tapoC200_1:
enabled: true
onvif:
host: 192.168.18.20
port: 2020
user: '{FRIGATE_RTSP_USERNAME}'
password: '{FRIGATE_RTSP_PASSWORD}'
live:
stream_name: c200_1
ffmpeg:
output_args:
record: preset-record-generic
inputs:
- path: rtsp://127.0.0.1:8554/c200_1?video&audio
input_args: preset-rtsp-restream
roles:
- record
- detect
- audio
ingress: ingress:
enabled: true enabled: true