Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 GPUImage 框架从相机拍照。使用标准实现。但是我的输出图像的分辨率太低 - {640, 852}。有没有办法获得更高的分辨率?
不久前我遇到了同样的问题。这是AVCaptureSession设置的方式。
AVCaptureSession
尝试使用以下命令初始化相机:
GPUImageStillCamera *videoCamera = [[GPUImageStillCamera alloc] initWithSessionPreset:AVCaptureSessionPresetPhoto cameraPosition:AVCaptureDevicePositionBack];