Skip to content

Instantly share code, notes, and snippets.

@nerdegem
Created February 7, 2024 23:35
Show Gist options
  • Select an option

  • Save nerdegem/7530e2a3e2335ed783adcb84b7ea4a4e to your computer and use it in GitHub Desktop.

Select an option

Save nerdegem/7530e2a3e2335ed783adcb84b7ea4a4e to your computer and use it in GitHub Desktop.
Working Frigate Config
mqtt:
host: 10.1.2.3
user: mqttuser
password: password
database:
path: /db/frigate.db
detectors:
coral1:
type: edgetpu
device: 'pci:0'
rtmp:
enabled: false
cameras:
name_of_your_camera:
detect:
width: 1920
height: 1080
fps: 10
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://username:PASSWORD@10.2.3.4:554/h264Preview_01_main
roles:
- detect
objects:
track:
- person
- dog
- bicycle
- car
- cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment