7gxycn08 / ForceAutoHDR

GUI That Forces Auto HDR In Unsupported Games.
Apache License 2.0
42 stars 0 forks source link

Idea for a new Tool: AutoHDR brightness changer #2

Closed Neko14789 closed 7 months ago

Neko14789 commented 7 months ago

Hi, I saw the types of programs you made on GitHub, do you think you would know how to make a tray app similar to monitorian (https://github.com/emoacht/Monitorian) or twinkle tray (https://github.com/xanderfrangos/twinkle-tray), but instead of changing monitor brightness allow changing the autohdr brightness (the slider you can change when going into settings -> system -> monitor -> Use HDR -> Brightness for HDR-Content)?

7gxycn08 commented 7 months ago

Hi, I saw the types of programs you made on GitHub, do you think you would know how to make a tray app similar to monitorian (https://github.com/emoacht/Monitorian) or twinkle tray (https://github.com/xanderfrangos/twinkle-tray), but instead of changing monitor brightness allow changing the autohdr brightness (the slider you can change when going into settings -> system -> monitor -> Use HDR -> Brightness for HDR-Content)?

Are you talking about this slider?

Screenshot 2024-01-23 200712

Neko14789 commented 7 months ago

One source I found that touches this request is this https://stackoverflow.com/questions/74594751/controlling-sdr-content-brightness-programmatically-in-windows-11

Neko14789 commented 7 months ago

Hi, I saw the types of programs you made on GitHub, do you think you would know how to make a tray app similar to monitorian (https://github.com/emoacht/Monitorian) or twinkle tray (https://github.com/xanderfrangos/twinkle-tray), but instead of changing monitor brightness allow changing the autohdr brightness (the slider you can change when going into settings -> system -> monitor -> Use HDR -> Brightness for HDR-Content)?

Are you talking about this slider?

Screenshot 2024-01-23 200712

Yes, my system is in German language, so I did not 100% know the wording of the setting in English.

7gxycn08 commented 7 months ago

Hi, I saw the types of programs you made on GitHub, do you think you would know how to make a tray app similar to monitorian (https://github.com/emoacht/Monitorian) or twinkle tray (https://github.com/xanderfrangos/twinkle-tray), but instead of changing monitor brightness allow changing the autohdr brightness (the slider you can change when going into settings -> system -> monitor -> Use HDR -> Brightness for HDR-Content)?

Are you talking about this slider? Screenshot 2024-01-23 200712

Yes, my system is in German language, so I did not 100% know the wording of the setting in English.

Will do some research to see if it can be controlled programmatically.

7gxycn08 commented 7 months ago

Not possible without reverse engineering windows. There is no api to interact with SDR content brightness. It's possible though through GUI automation but it's not a clean solution.

jzujack commented 7 months ago

I thought it was this one instead image

7gxycn08 commented 7 months ago

I thought it was this one instead image

This slider affects Auto HDR white levels. That one is for SDR when HDR is enabled.