Hallo,
ich versuche seit Tagen meine Config.yml für eine Zweite Cam einzurichten für die nutzing in Frigate (Full Access).Egal was ich mache, ich erhalte immer eine Fehlermeldung und kann damit nicht wirklich etwas anfangen.
Für Hife wäre ich sehr Dankbar.
mqtt:
enabled: true
host: core-mosquitto
port: 1883
user: addons
password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
topic_prefix: frigate
# Optional: client id (default: shown below)
# WARNING: must be unique if you are running multiple instances
client_id: frigate
# Optional: interval in seconds for publishing stats (default: shown below)
stats_interval: 15
# Optional: Detectors configuration. Defaults to a single CPU detector
detectors:
# Required: name of the detector
detector_name:
# Refer to the Detectors configuration page for more information.
type: cpu
birdseye:
enabled: True
restream: True
mode: objects
objects:
track:
- person
- dog
filters:
person:
min_area: 5000
max_area: 100000
go2rtc:
streams:
MD:
- rtsp://admin@192.168.178.25:554/live/ch00_1
- "ffmpeg:rtsp_cam#audio=opus"
MD_sub:
- rtsp://admin@192.168.178.25:554/live/ch00_0
- "ffmpeg:rtsp_cam#audio=opus"
terrasse:
- rtsp://admin:12345@192.168.178.37:554/0/av0
terrasse_sub:
rtsp://admin:12345@192.168.178.37:554/0/av1
cameras:
MD:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/MD?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/MD_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
detect:
width: 640
height: 480
fps: 5
snapshots:
enabled: true
retain:
default: 2
record:
enabled: true
retain:
days: 2
alerts:
retain:
days: 2
detections:
retain:
days: 2
motion:
threshold: 30
contour_area: 63
improve_contrast: 'true'
terrasse:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/terrasse?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/terrasse_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
detect:
width: 640
height: 480
fps: 5
snapshots:
enabled: True
record:
enabled: True
retain:
days: 2
alerts:
retain:
days: 2
detections:
retain:
days: 2
motion:
threshold: 30
contour_area: 63
improve_contrast: 'true'

