如何使用 Corona 访问 iPhone 相机拍照
我是使用 Corona SDK 编程和制作 iphone 和 android 应用程序的新手。我想用 iPhone 相机拍照,然后保存以供进一步工作。如何访问 corona 中设备的摄像头。提前致谢 。
I'm new to programming and making an app for iphone and android with Corona SDK.I want to take a picture with Iphone camera and then save it for further work . How can I access the camera of a device in corona . Thanks in advance .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以使用 media.show() 在 Corona 中使用相机。
这是 API 参考页面:
http://developer.anscamobile.com/reference/index/mediashow
以及使用示例:
You can use media.show() to use the camera in Corona.
Here is the API reference page:
http://developer.anscamobile.com/reference/index/mediashow
And a usage example:
您可以使用此代码,它可能对您有用,
You can use this code it may useful to you,
您可以使用以下网址在 Corona 应用程序中成功实施相机 -
http://developer.coronalabs.com/content/camera
You can use below url for implementing Camera successfully in your Corona App -
http://developer.coronalabs.com/content/camera
我查看了API,您似乎无法访问相机来自科罗纳。
I've had a look at the API and it seems that you can't access the camera from Corona.