CamerAwesome
CamerAwesome copied to clipboard
Incorrect image size
Steps to Reproduce
Take an image with the example project, front camera and 4:3 aspect ratio.
Expected results
Using full sensor size for the image as in the stock camera application.
Actual results
Receive a cropped in image.
Comparison from the exact same spot:
About your device
Brand | Model | OS |
---|---|---|
Pixel 6a | 13 |
Your flutter version
Run this in your command line
Flutter 3.10.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 84a1e904f4 (3 months ago) • 2023-05-09 07:41:44 -0700
Engine • revision d44b5a94c9
Tools • Dart 3.0.0 • DevTools 2.23.1
Does anyone have any workaround for this at the moment to get the image using the full sensor?
Unfortunately, I have no workaround. I currently test the package for use in a project, and realized this same problem, I think. When using 16:9, it seems to work. Will there be a fix for this?
This is a great package, very impressive, really!
16:9 also not working. For bigger sizes phone camera displayed is bigger than 16:9
Any estimates for this issue, it's rly blocker
I'm having a fix but I'm not sure it's working on all phones. The CameraX api has a little changed and I think that is the issue.
Hi @g-apparence, I am currently experiencing a similar issue. Can you guide me on how to fix it?