如何枚举系统中已安装的视频适配器

发布于 2024-12-08 09:16:56 字数 117 浏览 1 评论 0原文

我的任务是将一些视频内容渲染到具有电视输出功能的选定显卡上,所以第一个问题是如何枚举已安装的显卡,检测它是否具有电视输出,确定opengl驱动程序功能?第二个是如何使用选定的视频适配器设置 opengl 上下文进行渲染?

my task is to render some video content to a selected video card with tv-out capability, so the first question is how to enumerate installed video cards, detect if it have tv-out, determine opengl driver capabilities? The second is how to setup opengl context with selected video adapter for rendering?

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

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

发布评论

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

评论(1

倥絔 2024-12-15 09:16:56

我想这只是你问题第一部分的尝试,但它可能会让你走上正确的轨道。 WMI代码创建者可以生成代码来查询系统信息。以下是下载链接: http://www.microsoft.com/下载/en/details.aspx?id=8572。下面是一个枚举 CurrentBitsPerPixel 显卡的示例。

在此处输入图像描述

I guess this is only an attempt at the first part of your question but it may put you on the right track. The WMI Code creator can generate code to query system information. Here is the download link: http://www.microsoft.com/download/en/details.aspx?id=8572. And here is an example enumerating the video cards for CurrentBitsPerPixel.

enter image description here

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