From 9ecff047f624a714ea0d9817a82745fc89cddae2 Mon Sep 17 00:00:00 2001 From: telecaster Date: Fri, 29 Nov 2024 10:33:26 +0100 Subject: [PATCH] add focus_automatic_continuous=0 --- bin/streaming/telecaster.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index d9e3329..b8acb15 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -44,7 +44,8 @@ V4L2_LOGITECH_PARAMS = { "zoom_absolute": 128, "focus_auto": 0, "focus_absolute": 0, - "sharpness": 128 + "sharpness": 128, + "focus_automatic_continuous": 0, } -- 2.39.5