使用 Win RT 列出网络摄像头属性

发布于 2024-12-14 20:57:20 字数 155 浏览 0 评论 0原文

我正在使用 Win RT 开发 Metro 风格应用程序。 我需要列出网络摄像头的属性,例如它支持的帧速率、大小和格式。 网络摄像头可以支持多种帧速率、尺寸和格式,我想列出所有这些。 我正在探索 Windows 运行时参考,但无法找出提供这些信息的 Api。

任何帮助将不胜感激!

I am developing the metro style application using Win RT.
I Need to List the Properties of Web Cam Like Frame rate ,Size and format it supports .
A web Cam Can Support multiple Frame rate ,Size and format, I wanted to list all of it.
I am exploring Windows Runtime Reference but couldn't figure out the Api which will give those information.

Any Help will be appreciated!

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

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

发布评论

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

评论(1

美人如玉 2024-12-21 20:57:20

Windows.Media.Devices.VideoDeviceController 有一个 GetAvailableMediaStreamProperties 方法,该方法返回支持的格式。其余部分尚未内置到 WinRT 中,但您可以打赌将会内置。只是还没到那里。

Windows.Media.Devices.VideoDeviceController has a GetAvailableMediaStreamProperties method which returns supported formats. The rest isn't built into WinRT yet, but it you can bet will. It's just not there yet.

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