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

Weird resolution on ASUS Zenfone 8 #48

Closed starsforeveryone closed 1 year ago

starsforeveryone commented 1 year ago

Dear developers,

on my ASUS Zenfone 8 (latest LineageOS installed), when taking a picture, the resolution of my main camera is reduced to 3413 x 1920 px (6.6 MP, aspect ratio 16:9).

The sensor on my phone (Sony IMX686) is definitely 64 MP 4:3 or 16 MP 4:3 with quad bayering, so we're not using the full potential of the sensor.

The Android open source stock camera app takes pictures in 16 MP 4:3, which look really good thanks to the quad bayering. Resolution there is 4576 x 3432 px.

The front camera is a Sony IMX363 12 MP sensor. Resolution is again reduced to 3413 x 1920 px (6.6 MP, 16:9). With stock, it's 4032 x 3024 px (12 MP, 4:3).

A bugfix would be greatly appreciated! Thanks!

iakmds commented 1 year ago

Hi there, 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, #41 and #46. Here is the 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.