Gotta be LumCo
This commit is contained in:
parent
dbab37848a
commit
ff317669ee
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ function setCCFromUI(which) {
|
||||||
|
|
||||||
let hueFloat = (hueInt/180) - 1.0;
|
let hueFloat = (hueInt/180) - 1.0;
|
||||||
let satFloat = satInt/50;
|
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/color", {hue: hueFloat, saturation: satFloat});
|
||||||
cameras[ci].PUTdata("/colorCorrection/lumaContribution", {lumaContribution: lumCoFloat});
|
cameras[ci].PUTdata("/colorCorrection/lumaContribution", {lumaContribution: lumCoFloat});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue