Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
957 stars 245 forks source link

Add `VideoRecordingQuality` option to iOS video recordings #352

Closed RomainFranceschini closed 1 year ago

RomainFranceschini commented 1 year ago

Description

While CameraAwesome allows to set video recording quality for the Android platform, iOS currently fall behind.

This PR moves the VideoRecordingQuality option from AndroidVideoOptions to VideoOptions.

The iOS plugin implementation uses this option to configure video output settings and fallback to the preview size if not specified or if the quality is too high for the AV capture session preset.

This should help #211.

Checklist

Before creating any Pull Request, confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).

g-apparence commented 1 year ago

Thank you for this great contribution!

We will look at this as soon as we can.