From: Guillaume Pellerin Date: Fri, 29 Nov 2024 09:27:59 +0000 (+0100) Subject: fix absolute_focus=0 X-Git-Tag: 4.1.0~48^2~33 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=43d48b5e7c037087a3ded20c373d77b4b09c9843;p=telecaster-server.git fix absolute_focus=0 --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 14e7952..7df889f 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -45,7 +45,7 @@ V4L2_LOGITECH_PARAMS = { "power_line_frequency": 1, "zoom_absolute": 128, "focus_auto": 0, - "focus_absolute": 1, + "focus_absolute": 0, "sharpness": 128 } diff --git a/etc/telecaster/telecaster.yml b/etc/telecaster/telecaster.yml index 0409d12..62eefc1 100644 --- a/etc/telecaster/telecaster.yml +++ b/etc/telecaster/telecaster.yml @@ -14,6 +14,7 @@ telecaster: flip: rotate-180 zoom: 140 sharpness: 144 + focus: 0 format: image/jpeg decoder: jpegdec # logitech: true