【发布时间】:2013-01-14 09:27:02
【问题描述】:
我正在使用AVCaptureSession 拍照。这是我的代码:
AVCaptureSession * newSession = [[AVCaptureSession alloc] init];
// Configure our capturesession
newSession.sessionPreset = AVCaptureSessionPresetMedium;
我得到了尺寸为 360*480 的图像。但这是我的问题,我想要大小为 280*200 的图像。我对裁剪图像不感兴趣。有什么方法可以设置AVCaptureSession 拍摄的图像大小?提前谢谢..
【问题讨论】: