mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Update config.yml
This commit is contained in:
parent
15f48e5acb
commit
e7bf88f292
@ -1,20 +1,17 @@
|
|||||||
mqtt:
|
mqtt:
|
||||||
enabled: False
|
host: mqtt
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
Portiek: # <------ Name the camera
|
test:
|
||||||
enabled: True
|
|
||||||
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:
|
input_args: -re -stream_loop -1 -fflags +genpts
|
||||||
- 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:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
|
- rtmp
|
||||||
detect:
|
detect:
|
||||||
enabled: False # <---- disable detection until you have a working camera feed
|
height: 1080
|
||||||
|
width: 1920
|
||||||
|
fps: 5
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user