如何向我的网站添加网络摄像头功能?

发布于 2024-11-10 07:27:34 字数 115 浏览 4 评论 0原文

我试图允许用户使用网络摄像头拍照并保存。这怎么能做到呢?我正在寻找在用户界面方面类似于 Facebook 或 dailybooth 的东西。我知道smoe PHP/jQuery,但我也想知道如何保存“拍摄”后的照片?

I'm trying to allow users to take pictures with their webcams and save it. How can this be done? I am looking for something similar to Facebook or dailybooth in terms of their UI. I know smoe PHP/jQuery but I'm also wondering how I could save the pictures once "taken"?

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

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

发布评论

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

评论(1

み格子的夏天 2024-11-17 07:27:34

Facebook 网络摄像头是使用 Flash 制作的,如下所示:

在此处输入图像描述

这一切都很容易实现Flash(网络摄像头可以看到的内容的实际捕获)。不过,我不确定开发人员如何从那里将图像上传到服务器。

如果您了解 Flash / ActionScript 3,那么这将帮助您入门:

Camera.getCamera()

The Facebook webcam thing is made using flash as you can see here:

enter image description here

This is all pretty easy to achieve with Flash (the actual capturing of what the webcam can see). I'm not sure how developers get from there to uploading the image to a server, though.

If you have knowledge in Flash / ActionScript 3, then this will get you started:

Camera.getCamera()

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