iakmds / librecamera

A free and open source camera app for Android written in Flutter and Dart
https://f-droid.org/packages/com.iakmds.librecamera/
GNU General Public License v3.0
278 stars 27 forks source link

Wrong resolution of the picture #46

Closed RestlessDevil closed 1 year ago

RestlessDevil commented 1 year ago

No matter whether I set MAX or 4k, it uses wrong resolution in landscape (screenshots). I have two back cameras, so I suggest you should check which one snaps the picture. Screenshot_20221129-170403_Libre_Camera Screenshot_20221129-170426_Gallery

iakmds commented 1 year ago

Hi, thanks for the issue.

You are right, sorry for this. Sadly the resolutions available in the Flutter camera this app is using are quite limited for now. Others have also created an issue in, #21 (the first one that is still kept open), #39, and #41. There is also an issue in the Flutter repository.

Because of that I will close this issue as a duplicate, but thank you and do know that this request is one of the important features that are to be implemented once it's possible.