camera-preview icon indicating copy to clipboard operation
camera-preview copied to clipboard

Enable high resolution for android

Open KevinBelien opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. The current implementation of the "enableHighResolution" feature on Android devices restricts the captured picture resolution to 1920 x 1080, despite the device's camera supporting a higher resolution of 4032 x 3024. This limitation hinders users from taking full advantage of their device's camera capabilities.

Describe the solution you'd like The "enableHighResolution" feature should be extended to Android devices, allowing users to capture pictures at the native resolution supported by their device's camera, such as 4032 x 3024.

KevinBelien avatar Feb 02 '24 14:02 KevinBelien