Can you share your redacted frigate config?
this post was submitted on 06 Feb 2024
7 points (100.0% liked)
homeassistant
12084 readers
2 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 1 year 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```
There were some big changes in the recent release of 0.13.0. Read through everything here and see if any of it applies. https://github.com/blakeblackshear/frigate/releases/tag/v0.13.0
There's also this, which says it's normal for a Logitech camera https://stackoverflow.com/questions/55439184/getting-unable-to-decode-app-fields-while-playing-usb-webcam-stream-through-ff