Update config.yml.example

This commit is contained in:
FrellosBase 2024-03-12 00:01:46 +01:00 committed by GitHub
parent 8a381011ff
commit 7f8afc000e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,20 @@
mqtt: mqtt:
host: mqtt enabled: False
cameras: cameras:
test: Portiek: # <------ Name the camera
enabled: True
ffmpeg: ffmpeg:
inputs: inputs:
- path: /media/frigate/car-stopping.mp4 - path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101 # <----- The stream you want to use for detection
input_args: -re -stream_loop -1 -fflags +genpts 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: roles:
- detect - detect
- rtmp
detect: detect:
height: 1080 enabled: False # <---- disable detection until you have a working camera feed
width: 1920
fps: 5