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.
一般的にデバイスのカメラを使用し、アプリ自体のミニ画像を使用するアプリを開発しています。画像を表示している間、アプリから低品質の写真が生成されます。画像をより鮮明に見せる方法や、高解像度の画像にする方法はありますか? よろしくお願いします。
アプリで画像をどのようにキャプチャしているかわかりませんが、を使用しているAVCaptureSession場合は、次のように品質を変更できます。
AVCaptureSession
session = [[AVCaptureSession alloc] init]; session.sessionPreset = AVCaptureSessionPresetMedium; //change this preset here for different quality