We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
卡在设置分辨率的那句代码!_captureSession.sessionPreset=AVCaptureSessionPreset1280x720;
The text was updated successfully, but these errors were encountered:
//将设备输出添加到会话中 if ([_captureSession canAddOutput:_captureMovieFileOutput]) { [_captureSession addOutput:_captureMovieFileOutput]; } //保证下面的代码 在上段代码的下面 (fixed) if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset1280x720]) { _captureSession.sessionPreset=AVCaptureSessionPreset1280x720; }
Sorry, something went wrong.
No branches or pull requests
卡在设置分辨率的那句代码!_captureSession.sessionPreset=AVCaptureSessionPreset1280x720;
The text was updated successfully, but these errors were encountered: