使用 jquery mobile 从 Grails 应用程序访问移动设备摄像头

发布于 2025-01-08 20:03:57 字数 160 浏览 0 评论 0原文

我有一个使用 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 技术交流群。

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

发布评论

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

评论(1

予囚 2025-01-15 20:03:57

我对此进行了相当多的研究(尽管大约是六个月前),并且 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

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