使用闪光灯访问手机前置摄像头?
最近,我研究了使用 Flash ActionScript3 访问相机的代码,并在 iMac 机、iPhone 和 Android 上测试了该代码。
现在基于此,我正在开发一个 Android 应用程序,其中包括前置摄像头的可访问性.
现在我的问题是我不知道如何访问前置摄像头?
我们应该使用其他代码或者我们应该指定应该访问哪个相机?
首先,我们可以通过闪光灯访问前置摄像头吗?
Recently I went thru the code for accessing the camera using flash ActionScript3 and I have tested the code in iMac machine, iPhone and Android.
Now based on this, I am developing an application for Android which includes the accessibility of the front camera.
Now my Problem is I dont know how to access the front camera?
We should use some other code or should we specify which camera should be accessed?
First of all, can we access the front camera thru flash?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我做了一个简单的安卓应用程序。这是选择相机窗口的代码
I made a simple android app. Here is the code for selecting camera window
不正确。您可以在 Android 上访问前置摄像头。
唯一的问题是你无法使用 CameraUI(非常确定)。
Not true. You can access the front camera on Android.
The only problem is that you don't get to use the CameraUI(pretty sure).
目前,AIR 仅支持访问 Android 设备上的主摄像头。
http://forums.adobe.com/thread/849983
官方文档:http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html#getCamera()
"在 Android 设备上,您只能访问后置摄像头。”
Currently, AIR only supports access to the primary camera on an Android device.
http://forums.adobe.com/thread/849983
Official documentation: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html#getCamera()
"On Android devices, you can only access the rear-facing camera."