mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Create config.yml
This commit is contained in:
parent
9fc1286568
commit
15f48e5acb
20
config/config.yml
Normal file
20
config/config.yml
Normal file
@ -0,0 +1,20 @@
|
||||
mqtt:
|
||||
enabled: False
|
||||
|
||||
cameras:
|
||||
Portiek: # <------ Name the camera
|
||||
enabled: True
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101 # <----- The stream you want to use for detection
|
||||
roles:
|
||||
- detect
|
||||
Portiek: # <------ Name the camera
|
||||
enabled: True
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101 # <----- The stream you want to use for detection
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
enabled: False # <---- disable detection until you have a working camera feed
|
||||
Loading…
Reference in New Issue
Block a user