iPad 2 摄像头编程示例
谁能给我提供一个在 iPad 2 上使用相机的程序示例吗?最好是在 XCode 模拟器中运行的示例。
非常感谢
克日斯
Can anyone point me to an example of a program using camera on iPad 2? Preferentialy an example working in the XCode simulator.
Thanks a lot
Krzys
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 UIImagePickerController,但相机模式在模拟器中不起作用。对于模拟器,您可以使用库模式,然后当您准备好在设备上进行测试时切换到相机模式。
然后使用委托方法访问图像:
You'll need to use the UIImagePickerController, but the camera mode won't work in the Simulator. For the simulator you can use the Library Mode and then just swap to camera mode when your ready to test on the device.
and then use the delegate method to access the image: