From 15f48e5acb1e4c3308bf8d3d6eaf6f63e44736cc Mon Sep 17 00:00:00 2001 From: FrellosBase <156551320+FrellosBase@users.noreply.github.com> Date: Sun, 10 Mar 2024 05:45:39 +0100 Subject: [PATCH] Create config.yml --- config/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/config.yml diff --git a/config/config.yml b/config/config.yml new file mode 100644 index 000000000..9b1bfcf3e --- /dev/null +++ b/config/config.yml @@ -0,0 +1,20 @@ +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