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
267 stars 26 forks source link

[Question] Camera resolution preset #61

Closed GrozaTE closed 1 year ago

GrozaTE commented 1 year ago

Resolution preset limited to 16:9 aspect ratio but camera sensor capable 4:3. This app even cutoff what it showed in viewport Is it possible to capture whole 4:3 or maybe view in viewport with grid(16:9 frame) so it be predictable what end picture would look like

iakmds commented 1 year ago

Hi there, you are right, unfortunately it is currently not possible to choose custom resolutions apart from the presets, at least for now. I would implement them as soon as it would become possible.

Here are 3 issues regarding this problem:

I will close this issue as a duplicate (#21). Feel free to comment or ask anything else though!