Camera icon indicating copy to clipboard operation
Camera copied to clipboard

Unable to use high resolution output sizes from camera

Open uyen9vba opened this issue 5 months ago • 0 comments

Checklist

  • [X] I can reproduce the bug with the latest version given here.
  • [X] I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • [X] I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • [X] I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • [X] I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • [X] This issue contains only one bug.
  • [X] I have read and understood the contribution guidelines.

Affected app version

5.7.2

Affected Android/Custom ROM version

Android 13

Affected device model

SoC: Quectel SC680A Camera: S5K3P9SX04

How did you install the app?

Built from source

Steps to reproduce the bug

  1. Take picture
  2. Go to gallery and see image details
  3. The image resolution not as high as the hardware supports

Expected behavior

The application to support the highest resolution possible.

Actual behavior

The application does not support high resolution outputs.

Screenshots/Screen recordings

No response

Additional information

I suggest adding configurable getHighResolutionOutputSizes for getting the list of supported high resolution sizes.

https://github.com/SimpleMobileTools/Simple-Camera/blob/a9f2a2d48dd7777afba93d7aef59c9bb78380b60/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageQualityManager.kt#L31

I am using out of tree fix for this already.

image

I want to provide patch for this.

uyen9vba avatar Sep 09 '24 14:09 uyen9vba