0
「錯誤訪問」這是我的代碼:canSetSessionPreset:AVCaptureSessionPreset1920x1080原因,iOS4的
if([self.captureSession canSetSessionPreset:AVCaptureSessionPreset1920x1080] == YES) { [self.captureSession setSessionPreset:AVCaptureSessionPreset1920x1080]; self.currentPreset = GMCVideoCaptureRecordingPresetFullHD; }
在iOS4的停止執行與「壞訪問」錯誤的第一道防線。 在iOS5上,它工作正常。
如何正確檢查兼容性?
謝謝!我試圖檢查AVCaptureSessionPreset1920x1080對零,這是錯誤的做法。 – AlexeyVMP