使用 Win RT 列出网络摄像头属性
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.