如何在 iPhone 应用程序中使用相机设备
我正在开发一个图像编辑应用程序,因此用谷歌搜索它。
我发现一些链接说我们可以自己使用相机, 就像这里。
他们说我们可以:
-
从我们的应用程序(ColorSplash 应用程序)中捕获图像
使用带有相机和其他一些功能的加速度计
到目前为止,我的编码只是打开相机,让用户完成其余的工作。
但我想要上面列出的功能......至少是第一个。
能做到吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用此站点中的代码来完成您的第一个任务:
http://www.zimbio.com/iPhone/articles/1109/Picking+Images+iPhone+SDK+UIImagePickerController
http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/
这两个链接都非常有帮助。
i use code from this site to do what your first task do:
http://www.zimbio.com/iPhone/articles/1109/Picking+Images+iPhone+SDK+UIImagePickerController
http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/
these both were links really helpful.
@Sawan是的,你可以做你想做的事情,捕获图像及其选择请从 此处,您也可以像我们在应用程序中使用的方式一样使用加速度计
@Sawan yes you can do the things u want,capturing of image and its selection please take help from here and also u can use accelerometer in the same way we use in our apps