iPad 2 摄像头编程示例

Posted

技术标签:

【中文标题】iPad 2 摄像头编程示例【英文标题】:iPad 2 camera programming example 【发布时间】:2011-04-03 22:12:35 【问题描述】:

谁能指出一个在 iPad 2 上使用相机的程序示例? Preferentialy 一个在 XCode 模拟器中工作的示例。

非常感谢

Krzys

【问题讨论】:

【参考方案1】:

您需要使用 UIImagePickerController,但相机模式在模拟器中不起作用。对于模拟器,您可以使用库模式,然后在准备好在设备上进行测试时切换到相机模式。

UIImagePickerController *picker = [[UIImagePickerController alloc] init];
picker.delegate = pickerDelegate
picker.sourceType = UIImagePickerControllerSourceTypeCamera;

然后使用委托方法访问图片:

- (void)imagePickerController:(UIImagePickerController *)picker
                       didFinishPickingMediaWithInfo:(NSDictionary *)info

【讨论】:

非常感谢。还有一个问题,pickerdelegte 类应该是什么? 您很可能应该将其设置为 self ,即指向正在使用它的视图控制器。

以上是关于iPad 2 摄像头编程示例的主要内容,如果未能解决你的问题,请参考以下文章

iPad uiimagepickercontroller 仅前置摄像头

前置摄像头的 AVCaptureSession canAddInput 在 iPad 上总是返回 false

使用 iPad 3 的后置摄像头作为放大镜 [关闭]

ipad屏幕像素尺寸是多少

iPad - 从前置摄像头拍照并识别驾驶执照

ipad怎样可以浏览海康威视web端的视频