2024-03-10 07:45:39 +03:00
|
|
|
mqtt:
|
2024-03-12 02:01:33 +03:00
|
|
|
enabled: False
|
2024-03-10 07:45:39 +03:00
|
|
|
|
|
|
|
|
cameras:
|
2024-03-12 02:01:33 +03:00
|
|
|
Portiek: # <------ Name the camera
|
|
|
|
|
enabled: True
|
2024-03-10 07:45:39 +03:00
|
|
|
ffmpeg:
|
|
|
|
|
inputs:
|
2024-03-12 02:01:33 +03:00
|
|
|
- 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
|
2024-03-10 07:45:39 +03:00
|
|
|
roles:
|
|
|
|
|
- detect
|
|
|
|
|
detect:
|
2024-03-12 02:01:33 +03:00
|
|
|
enabled: False # <---- disable detection until you have a working camera feed
|