积极答复者
WPF 如何获得摄像头高清图像 ,使用的是Microsoft LiftCam

问题
答案
-
你好,
一般我们可以用 DirectShow,在.NET 程序中,我们可以使用如下的库去访问 DirectShow API:
#DirectShow.Net Library
http://directshownet.sourceforge.net/index.html做为另一种替代,可以使用OpenCV,它相较于DirectShow,可以更快速地访问你的摄像头:http://sourceforge.net/projects/opencvlibrary/?source=directory
这个项目是对OpenCV的.NET封装:http://code.google.com/p/opencvdotnet/
关于DirectShow:http://msdn.microsoft.com/en-us/library/dd407269(v=VS.85).aspx
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 HeroHua0509 2014年7月22日 7:39
全部回复
-
你好,
一般我们可以用 DirectShow,在.NET 程序中,我们可以使用如下的库去访问 DirectShow API:
#DirectShow.Net Library
http://directshownet.sourceforge.net/index.html做为另一种替代,可以使用OpenCV,它相较于DirectShow,可以更快速地访问你的摄像头:http://sourceforge.net/projects/opencvlibrary/?source=directory
这个项目是对OpenCV的.NET封装:http://code.google.com/p/opencvdotnet/
关于DirectShow:http://msdn.microsoft.com/en-us/library/dd407269(v=VS.85).aspx
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 HeroHua0509 2014年7月22日 7:39
-