如何对 NVIDIA 亮度滑块(如音量滑块)进行编程?

发布于 2024-10-19 09:06:53 字数 213 浏览 7 评论 0原文

我喜欢通过单击图标然后滚动鼠标滚轮来快速调节音量的方式,
我怎样才能为 NVIDIA 亮度(而不是笔记本电脑屏幕的背光)编写类似的内容?

在此处输入图像描述

我厌倦了不同的视频黑色级别,这会降低其质量,
这将允许我快速调整它,并且静音按钮将作为重置它的一种方式。

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 my laptop screen)?

enter image description here

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

和影子一齐双人舞 2024-10-26 09:06:53

您可以使用 NVAPI 来完成此操作,该界面与 NVIDIA 控制面板使用的界面相同。我还没有测试过,但 NvAPI_VIO_SetGamma 函数听起来是一个很好的起点。

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.

梦巷 2024-10-26 09:06:53

NvAPI_GetVideoState &
NvAPI_SetVideoState
;)

NvAPI_GetVideoState &
NvAPI_SetVideoState
;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文