Camera: use 640x640 for QR decoding instead of 960x960

Otherwise the frame rate is pretty low, and the touch screen too laggy.
This commit is contained in:
Thomas Farstrike
2026-02-11 11:02:02 +01:00
parent 0cbed06136
commit 6ad56318e9
@@ -67,8 +67,8 @@ class CameraSettingsActivity(Activity):
# Scanqr mode specific defaults
SCANQR_DEFAULTS = {
"resolution_width": 960,
"resolution_height": 960,
"resolution_width": 640,
"resolution_height": 640,
"colormode": False,
"ae_level": 2, # Higher auto-exposure compensation
"raw_gma": False, # Disable raw gamma for better contrast