开发者

How can I program a NVIDIA brightness slider like the Volume slider?

开发者 https://www.devze.com 2023-02-13 05:49 出处:网络
I like how you can quickly adjust the volume by clicking the icon and then scrolling the mouse wheel,

I like how you can quickly adjust the volume by clicking the icon and then scrolling the mouse wheel,

how can I write something similar for the NVIDIA brightness (not the backlight of m开发者_开发技巧y laptop screen)?

How can I program a NVIDIA brightness slider like the Volume slider?

I'm tired of different video black levels which take down their quality,

this would allow me to quickly adjust it and a mute button would serve as a way to reset it.


You could probably do this using NVAPI, the same interface the NVIDIA Control Panel uses. I haven't tested to be sure, but the NvAPI_VIO_SetGamma function sounds like a good starting point.


NvAPI_GetVideoState & NvAPI_SetVideoState ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消