如何向我的网站添加网络摄像头功能?
我试图允许用户使用网络摄像头拍照并保存。这怎么能做到呢?我正在寻找在用户界面方面类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook 网络摄像头是使用 Flash 制作的,如下所示:
这一切都很容易实现Flash(网络摄像头可以看到的内容的实际捕获)。不过,我不确定开发人员如何从那里将图像上传到服务器。
如果您了解 Flash / ActionScript 3,那么这将帮助您入门:
Camera.getCamera()
The Facebook webcam thing is made using flash as you can see 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()