Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
906 stars 199 forks source link

The output image is very different (may be aspect ration issue) #440

Closed narayanvyas closed 5 months ago

narayanvyas commented 5 months ago

Steps to Reproduce

The output image captured from camera is very different (slightly zoomed) from what was shown in the preview.

Expected results

What we see in the camera preview screen should be the actual output screen.

Actual results

Screenshot 2024-01-28 at 4 08 12 PM Screenshot 2024-01-28 at 4 08 21 PM

You can see, the actual captured image is zoomed in, using default aspect ration of 4/3.

About your device

Brand Model OS
Android Pixel 7 API 34

Flutter 3.16.8

narayanvyas commented 5 months ago

My bad, it was an overlay issue, fixed it. Sorry for the trouble.