mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
config.yml.example
This commit is contained in:
parent
87eb951965
commit
a3a7185a60
@ -2,19 +2,10 @@ mqtt:
|
|||||||
enabled: False
|
enabled: False
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
Portiek: # <------ Name the camera
|
dummy_camera: # <--- this will be changed to your actual camera later
|
||||||
enabled: True
|
enabled: False
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101 # <----- The stream you want to use for detection
|
- path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- 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