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