Can you share your redacted frigate config?
this post was submitted on 06 Feb 2024
7 points (100.0% liked)
homeassistant
14749 readers
1 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 2 years ago
MODERATORS
host: 192.168.1.x
user: xxxx
password: xxxx
cameras:
Gartenhaus: # <------ Name der Kamera
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://xxyyy# RTSP Pfad der Kamera
roles:
- detect
- rtmp
- record
- snapshots
objects:
track:
- person
- dog
- cat
detect:
width: 640 # <---- Auflösung des gewählten RTSP Streams
height: 352 # <---- Auflösung des gewählten RTSP Streams
record:
enabled: True
retain:
days: 7
mode: active_objects
snapshots:
enabled: True
retain:
default: 10
mode: active_objects
objects:
person: 15
##############################################################################
AP-Garage: # <------ Name der Kamera
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp:// # <----- RTSP Pfad der Kamera
roles:
- detect
- rtmp
- record
- snapshots
objects:
track:
- person
- dog
- cat
detect:
width: 640 # <---- Auflösung des gewählten RTSP Streams
height: 480 # <---- Auflösung des gewählten RTSP Streams
record:
enabled: True
retain:
days: 7
mode: active_objects
snapshots:
enabled: True
retain:
default: 10
mode: active_objects
objects:
person: 15
detectors:
coral:
type: edgetpu
device: usb
##### Birdseye #######
######################
birdseye:
enabled: True
restream: True
height: 1080
width: 1920
mode: objects```