从网络浏览器拍照
我正在尝试找到一种方法,在网络浏览器(chrome、firefox 或 ie)内从上网本(Win7 或 Android)的相机拍照。之后,我想将该图像作为文件(或二进制文件)返回到网络浏览器中。
这可能吗?或者有人有类似情况的代码示例吗?
假设用户同意授予所需的所有权限。
问候, 萨卡尔
I am trying to find a way to take a picture from the camera of a netbook (Win7 or Android) inside a web browser(either chrome, firefox or ie). After that I want to take that image as a file(or binary) back into the web browser.
Is this possible? or does anyone have a code sample for a similar situation like this?
Assume that user agrees to give all the privileges that are required.
Regards,
sakal
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅使用 JavaScript 无法访问网络摄像头。然而,通过闪光灯是可能的。看看这个:http://blog.vamapaull.com/?p=355 。
It's not possible to access the webcam using Javascript only. However, it's possible through flash. Have a look on this: http://blog.vamapaull.com/?p=355.