使用 jquery mobile 从 Grails 应用程序访问移动设备摄像头
我有一个使用 jquery mobile 的 grails 应用程序。我希望找到某种方法来访问设备上的相机。我考虑过使用闪光灯来抓取网络摄像头,但这显然不适用于苹果设备。
有谁知道一种方法来做到这一点并使其全部基于浏览器?我希望某个地方有一个插件,或者也许 html5 有一些支持它的魔法。
I have a grails application using jquery mobile. I am hoping to find some way to access the camera on the devices. I thought about using flash to grab the webcam but that obviously wont work on Apple devices.
Does anyone know of a way to do it and keep it all browser based? I am hoping that there is a plugin somewhere or maybe html5 has some magic in there that supports it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对此进行了相当多的研究(尽管大约是六个月前),并且 Mobile Safari 浏览器中没有用于访问设备相机的 API。
您必须有一个本机应用程序才能实现此类功能。例如,PhoneGap 允许您使用设备的摄像头: http://docs .phonegap.com/en/1.4.1/phonegap_media_capture_capture.md.html#Capture
I have researched this quite a bit (although about six months ago) and there is no API in the Mobile Safari browser for accessing a device's camera.
You have to have a native application for this type of functionality. For instance PhoneGap lets you use a device's camera: http://docs.phonegap.com/en/1.4.1/phonegap_media_capture_capture.md.html#Capture