From ff317669eedce75719d563ff3f4b46e2f4c4923b Mon Sep 17 00:00:00 2001 From: DylanSpeiser Date: Wed, 3 Jul 2024 15:13:02 -0700 Subject: [PATCH] Gotta be LumCo --- web-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui.js b/web-ui.js index fd11fe8..7fd4473 100644 --- a/web-ui.js +++ b/web-ui.js @@ -574,7 +574,7 @@ function setCCFromUI(which) { let hueFloat = (hueInt/180) - 1.0; let satFloat = satInt/50; - let lumCoFloat = lumCoInt/50; + let lumCoFloat = lumCoInt/100; cameras[ci].PUTdata("/colorCorrection/color", {hue: hueFloat, saturation: satFloat}); cameras[ci].PUTdata("/colorCorrection/lumaContribution", {lumaContribution: lumCoFloat});