获取网络摄像头图像?
如何验证是否有可用的网络摄像头,如果有,如何获取它可以捕获的内容的屏幕截图?
我最初是在寻找一个易于使用的库,但我猜不存在,而且我找到的大部分信息都是 2006 年左右的。
例如:
Webcam webcam = new Webcam();
webcam.GetDefaultDevice().SaveCapturedImageTo("path");
Ofc,这只是我梦想的一个简单的代码,但我想知道是否有一个像这样简单的库,或者您实际上不需要编写代码页来与默认安装的网络摄像头进行简单的交互并从中获取屏幕截图。
How do I verify if there is a webcam available and if so get a screenshot of what it can capture ?
I was initially looking for an easy to use library but I guess none exist and most of the information I found was like from 2006 and around.
For instance:
Webcam webcam = new Webcam();
webcam.GetDefaultDevice().SaveCapturedImageTo("path");
Ofc this is just me dreaming of a simple code but I wonder if there is a library simple like that or that you dont actually need to write pages of code to simple interact with a default installed webcam and get a screenshot out of it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://sites.google.com/site /webcamlibrarydotnet/winfrom-and-csharp-sample-code-and-download
http://sites.google.com/site/webcamlibrarydotnet/winfrom-and-csharp-sample-code-and-download