From e7bf88f292619b3d4d2b6aed430114dfe9662835 Mon Sep 17 00:00:00 2001 From: FrellosBase <156551320+FrellosBase@users.noreply.github.com> Date: Sun, 10 Mar 2024 06:06:21 +0100 Subject: [PATCH] Update config.yml --- config/config.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/config/config.yml b/config/config.yml index 9b1bfcf3e..aba77cdcc 100644 --- a/config/config.yml +++ b/config/config.yml @@ -1,20 +1,17 @@ mqtt: - enabled: False + host: mqtt cameras: - Portiek: # <------ Name the camera - enabled: True + test: 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 + - path: rtsp://admin:admin@192.168.178.183:8554/Streaming/Channels/101 + input_args: -re -stream_loop -1 -fflags +genpts roles: - detect + - rtmp detect: - enabled: False # <---- disable detection until you have a working camera feed + height: 1080 + width: 1920 + fps: 5 +