获取网络摄像头图像?

发布于 2024-10-31 01:57:21 字数 314 浏览 1 评论 0原文

如何验证是否有可用的网络摄像头,如果有,如何获取它可以捕获的内容的屏幕截图?

我最初是在寻找一个易于使用的库,但我猜不存在,而且我找到的大部分信息都是 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 技术交流群。

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