Camera
Camera copied to clipboard
Unable to use high resolution output sizes from camera
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
- Take picture
- Go to gallery and see image details
- 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.
I want to provide patch for this.