使用 flex-android 访问 Android 设备中的前置摄像头
有示例展示如何使用 android sdk 访问 android 设备的前置摄像头。有没有办法使用 flex Hero sdk 执行相同操作
There are samples to show how to aceess front camera of android devices using android sdk.Is there any way to do the same using flex hero sdk
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,虽然我不确定添加到哪个版本的 AIR SDK。某处的某些方法返回一个数组,第一项是后置摄像头,第二项是前置摄像头。
如果我猜的话,我会说您使用 相机类。。 这篇博文应该为您提供更多信息。
Yes, although I'm not sure which version of the AIR SDK that was added to. Some method somewhere returns an array, and the first item is the back camera and the second item is the front camera.
If I were to guess, I'd say that you use the Camera class.. This blog post should give you more information.