Add example-config.yml
default frigate config.
This commit is contained in:
18
example-config.yml
Normal file
18
example-config.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
mqtt:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
cameras:
|
||||||
|
name_of_your_camera: # <------ Name the camera
|
||||||
|
enabled: true
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://10.0.10.10:554/rtsp # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
detect:
|
||||||
|
enabled: false # <---- disable detection until you have a working camera feed
|
||||||
|
width: 1280
|
||||||
|
height: 720
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
|
version: 0.16-0
|
||||||
Reference in New Issue
Block a user