如何使用 C# 从笔记本电脑的摄像头捕获视频

发布于 2024-11-07 16:55:34 字数 226 浏览 0 评论 0原文

我是 C# 新手,我正在尝试使用 C# 从笔记本电脑的摄像头捕获视频。我在 MSDN VideoCaptureDevicesCaptureSource 上找到了一些信息。我还将 windowsbase.dll 添加到我的引用中。上面的类和方法我无法使用。

如果不使用 Silverlight 概念,如何使用上述类?

I'm new to C# and I'm trying to capture video from my laptop's camera using C#. I found some info at MSDN VideoCaptureDevices and CaptureSource. Also I added windowsbase.dll into my references. The above class and methods I'm not able to use.

How can the above classes be used without using Silverlight concepts?

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

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

发布评论

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

评论(2

走过海棠暮 2024-11-14 16:55:34

windowsbase.dll 是 Windows Presentation Foundation 的一部分(与 Silverlight 有很多重叠)。要使用 windowsbase.dll 中的类型,您需要一个 WPF 应用程序(如果您不了解任何 WPF,则需要了解所有学习曲线)。

如果您想要 GUI 应用程序,那么 WPF 是一个不错的方法。

(否则:请用更多上下文更新问题。)

windowsbase.dll is part of Windows Presentation Foundation (which has a lot of overlap with Silverlight). To use types from windowsbase.dll you'll need a WPF application (with all the learning curve if you don't know any WPF).

If you want a GUI application then WPF is a good approach.

(Otherwise: please update the question with more context.)

上课铃就是安魂曲 2024-11-14 16:55:34

在 Silverlight 之外,Microsoft Expression Encoder SDK 也可以完成这项工作。
事实上,它还有另一个 API 可以与设备进行通信。

Outside of Silverlight, the Microsoft Expression Encoder SDK might do the job.
In fact it has another API to communicate to devices.

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