From a3a7185a608777f2e47f7df0a8d7c7350ec4be52 Mon Sep 17 00:00:00 2001 From: FrellosBase <156551320+FrellosBase@users.noreply.github.com> Date: Tue, 12 Mar 2024 05:27:19 +0100 Subject: [PATCH] config.yml.example --- config/config.yml.example | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/config/config.yml.example b/config/config.yml.example index 9b1bfcf3e..f96f27ca2 100644 --- a/config/config.yml.example +++ b/config/config.yml.example @@ -2,19 +2,10 @@ mqtt: enabled: False cameras: - Portiek: # <------ Name the camera - enabled: True + dummy_camera: # <--- this will be changed to your actual camera later + enabled: False ffmpeg: inputs: - - path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101 # <----- The stream you want to use for detection + - path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101 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