【发布时间】:2011-06-10 15:12:41
【问题描述】:
目前captureStillImageAsynchronouslyFromConnection 从AVCaptureSession 的AVCaptureSessionPreset640x480 返回一个640x480 像素的图像。
相对低分辨率 AVCaptureSessionPreset640x480 的原因是我需要处理视频帧。分辨率越低,速度越快。
在某些时候,当我想拍照时,我想要一张高分辨率的图像。如何告诉captureStillImageAsynchronouslyFromConnection 返回高于 640x480 的图像?
【问题讨论】:
标签: iphone avfoundation