Hi all,
I’m using frigate for 1 week now. It works but I can’t find the right configuration to have the sound during my recordings. Anyone who are using Reoling camera could share his configuration ?
Here is my config file :
detectors:
coral:
type: edgetpu
device: usb
mqtt:
enabled: False
ffmpeg:
global_args: -hide_banner -loglevel warning
output_args:
detect: -f rawvideo -pix_fmt yuv420p
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
cameras:
camaurel:
ffmpeg:
inputs:
- path: rtsp://USER:[email protected]:554/h264Preview_01_sub
roles:
- detect
- record
objects:
track:
- person
snapshots:
enabled: True
timestamp: false
bounding_box: True
retain:
default: 2
record:
enabled: True
detect:
enabled: True # <---- disable detection until you have a working camera feed
width: 3840 # <---- update for your camera's resolution
height: 2160 # <---- update for your camera's resolution
Thank you for your help.