-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value & saturation gain and threshold #1142
Comments
I would also love to see something like this ! |
Me too :) Besides the HSV-values in the old version, it was possible to set the whitelevel and blacklevel per color, which is necessary in proper usage with the WS2801 stripe. |
This would be extremely useful. I've noticed on my setup that it tends to be white all the time especially when compared to the setup I had on Prismatik where I had the saturation cranked. |
no progress since 1 year. any news ? I am also interessted in to see how we can adjust the colors. |
Yeah, color transform was unfortunately removed in hyperion ng. Really hoping this can be brought back. Also related / possible duplicate(?) #658. |
Feature request
The old hyperion had a hsv, saturationGain and valueGain
And it also had a threshold that could be set.
The configuration of the old hyperion looked like this:
The new hyperion ng seems to be missing the valuegain, saturationgain and threshold.
I would like to also see those options in the new hyperion ng.
I noticed that the philips hue Led device does have a valuegain setting under configuration --> LED hardware --> LED controller.
I basically want that option available for all platforms under configuration --> Image Processing.
What problem does this feature solve?
Specifically for my secondary lights throught the room (so not the LEDs behind the TV but other lights controlled through UDP raw) I would like to have a desent valuegain to have them most of the time turned on at full brightness and only change color but not brightness to still have some light in the room. Only at verry very dark scenes in a movie they schould start to dim. This was possible with the ValueGain in the old hyperion.
Besides these lights use a pretty big area of the TV to derive the color from, that is good to get a better average of the screen color, but it also makes them tend to white values a lot instead of nice saturated colors. Therefore the SaturationGain is also very handy for such lights.
At last the LEDs behind my TV tend to flicker a bit when at very low brightness, I previously used the threshold option of the old hyperion to turn LEDs off when the brightness was below 2% brightness.
I would very much like to have this option back under configuration --> Image Processing in the new hyperion NG.
What does the proposed API look like?
How should this be implemented in your opinion?
The same way it was done in the old hyperion.
Are you willing to work on this yourself?
I actually am working on quite some other github projects, mainly HomeAssisistant related and written in python.
I am not fimiliar with the Hyperion code and it is written in c which I am less proficiant in.
Therefore I would love it if someone else could implement this that is already fimiliar with Hyperion.
I could then help other people with there issues on other pyhon github projects.
The text was updated successfully, but these errors were encountered: