从网络摄像头拍照 C#

发布于 2024-12-11 12:27:08 字数 109 浏览 0 评论 0原文

我正在使用 DirectShowLib 将视频流式传输到我的窗口窗体。例如,我还想在按下“保存”按钮时保存图像。如何使用 DirectShowLib 方法或 WIN32 API 方法从网络摄像头获取图片?

I'm streaming video to my Window Form with DirectShowLib. I also want to save image when i press button "Save" for example. How to get picture from webcam with DirectShowLib methods or with WIN32 API methods?

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

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

发布评论

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

评论(1

泼猴你往哪里跑 2024-12-18 12:27:08

DirectShow.NET 示例如下: http://sourceforge.net/projects/directshownet /files/DirectShowSamples/2010-February/ 以下示例演示了请求的功能:

示例\VMR9\vMR9Snapper ------------------------
此示例演示如何从 VMR9 捕获位图。

让它与其他渲染器一起工作可能需要小的代码修改。

该问题还在 MSDN 论坛和 CodeProject 上多次讨论,例如 如何保存bmp文件IVMRWindowlessControl9->GetCurrentImage()

DirectShow.NET Samples are there: http://sourceforge.net/projects/directshownet/files/DirectShowSamples/2010-February/ The following sample demoes the requested function:

Samples\VMR9\vMR9Snapper ------------------------
This sample shows how to capture bitmaps from VMR9.

Having it working with other renderer might require small code modifications.

The question also discussed a multitude of times at MSDN Forums, and on CodeProject, e.g. how to save bmp file from IVMRWindowlessControl9->GetCurrentImage().

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