Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 C#.NET 制作一个 Windows 应用程序,在其中我从连接的网络摄像头捕获视频并将其存储到任何位置。
任何人都可以告诉我如何开始/完成这个吗?
如果您使用 Winforms,那么您需要使用 DirectX 的一个称为 DirectShow 的组件来执行此操作。您可以从此链接查看示例并下载源代码。
如果您使用的是 WPF,您可以通过此链接了解这是如何完成的。
如果您需要一个可与 WPF 和 Winforms 一起使用的库,请尝试此链接