take picture from webcam c#

狂风中的少年 提交于 2019-11-29 15:16:57

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().

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!