From 9aefcb23cf679631a042567b948bce336d5dfe55 Mon Sep 17 00:00:00 2001 From: perco Date: Tue, 2 Jun 2026 10:05:27 +0200 Subject: [PATCH] fix: use main stream 1080p for detect to get HD snapshots Sub-stream at 640x360 produced low quality snapshots and poor LPR accuracy. Switched detect to main stream 1920x1080 at 2fps (VAAPI handles decoding). Co-Authored-By: Claude Sonnet 4.6 --- config/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config/config.yml b/config/config.yml index ed60fe9..a60edc3 100644 --- a/config/config.yml +++ b/config/config.yml @@ -15,17 +15,15 @@ cameras: entree: ffmpeg: inputs: - - path: rtsp://admin:Wxcvbn99--$$@192.168.1.44/h264Preview_01_sub - roles: - - detect - path: rtsp://admin:Wxcvbn99--$$@192.168.1.44/h264Preview_01_main roles: + - detect - record detect: enabled: true - width: 640 - height: 360 - fps: 5 + width: 1920 + height: 1080 + fps: 2 objects: track: - car