From 0a26a8046e301c699e0b36c7199eac20df109a17 Mon Sep 17 00:00:00 2001 From: Alireza Vaezi Date: Tue, 29 Jul 2025 07:58:41 -0400 Subject: [PATCH] Refine camera settings: adjust sharpness, contrast, gamma, noise filter, and auto white balance --- config.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config.json b/config.json index 63b3f97..862e6fb 100644 --- a/config.json +++ b/config.json @@ -33,15 +33,15 @@ "gain": 3.5, "target_fps": 0, "enabled": true, - "sharpness": 120, - "contrast": 110, + "sharpness": 100, + "contrast": 100, "saturation": 100, - "gamma": 100, - "noise_filter_enabled": true, + "gamma": 85, + "noise_filter_enabled": false, "denoise_3d_enabled": false, - "auto_white_balance": true, + "auto_white_balance": false, "color_temperature_preset": 0, - "anti_flicker_enabled": true, + "anti_flicker_enabled": false, "light_frequency": 1, "bit_depth": 8, "hdr_enabled": false, @@ -55,15 +55,15 @@ "gain": 3.5, "target_fps": 0, "enabled": true, - "sharpness": 120, - "contrast": 110, + "sharpness": 100, + "contrast": 100, "saturation": 100, "gamma": 100, - "noise_filter_enabled": true, + "noise_filter_enabled": false, "denoise_3d_enabled": false, "auto_white_balance": true, "color_temperature_preset": 0, - "anti_flicker_enabled": true, + "anti_flicker_enabled": false, "light_frequency": 1, "bit_depth": 8, "hdr_enabled": false,