MarkGaretz / ATOM-Matrix-Tally-Light

vMix Tally Light for m5Stack's ATOM Matrix
7 stars 2 forks source link

Intensity control doesn't seem to work #7

Open fgolman opened 3 years ago

fgolman commented 3 years ago

I've tried all levels and always seems to be at 100% output no matter what is selected.

MarkGaretz commented 3 years ago

The web interface intensity does not work on the Atom. Have that planned but haven't done it yet. Meanwhile to change the intensity you have to adjust it in the code. It's in a-global: matrix.setBrightness(30); The values are from 0 to 40.

fgolman commented 3 years ago

Even adjusting that parameter in the code doesn't seem to affect brightness. I lowered to a value of 10 and still blasting out at 100% intensity.

Is it somewhere else in your code?

I did lower it, though, by adjusting the RGB value in the VMix module. Rather than 255, I got half intensify by using 128.

MarkGaretz commented 3 years ago

It's not anywhere else in the code, but glad you found a fix.

lainol commented 3 years ago

Perfect solution. 80 green/80 red for preview/program for the camera operators and 153 red (max recommended) for the presenter's tally is the sweet spot for me. Thx!