如何将网络摄像头与网页集成

发布于 2025-01-04 00:13:44 字数 129 浏览 1 评论 0原文

我正在使用 Java(Servlet、JSP)开发 Web 应用程序。在 JSP 页面中,我想向用户显示网络摄像头窗口。当客户单击“捕获”按钮时,我应该能够捕获图像并将其存储在某个地方。

我做了很多研究,但找不到满意的解决方案。

I am developing a web application using Java (Servlet, JSP). In a JSP page, I want to show the web camera window to the user. When client clicks a button "Capture", then I should be able to capture the image and store it in some place.

I have done a lot of research, but could not find a satisfactory solution.

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

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

发布评论

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

评论(3

触ぅ动初心 2025-01-11 00:13:44

这就是 Applet 的魅力所在。Facebook 有一个 Applet,可以连接到 PC 摄像头并进行捕获。

That's where the beauty of Applet comes in. Facebook has an Applet that connects to the PC camera and does capturing.

总以为 2025-01-11 00:13:44

为什么不使用像 flex 这样能提供更好支持的东西呢?

Why do not use something like flex which provides better support for this?

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