Frigate NVR Tuning

Hi Aaron

FYI there is a Frigate thread where Blake ususally reply to. try to put there your questions:

My configuration, as i read in the frigate docs, keep a 5 fps that should be enaugh for person detecting.
In my config i added these 2 lines too for ffmpeg so i have same quality of the camera stream when frigate record a clip

ffmpeg:
  output_args:
    clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
    rtmp: -c copy -f flv
1 Like