frigate/config/config.yml
2024-03-10 05:45:39 +01:00

21 lines
625 B
YAML

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