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
947 stars 234 forks source link

Camera preview is not realistic #197

Closed Zazo032 closed 1 year ago

Zazo032 commented 1 year ago

Couldn't test yet on a physical device, but on emulator, there seems to be an issue with image previews:

Check the following images: 16:9 4:3 1:1
photo_5906904664794839814_y photo_5906904664794839815_y photo_5906904664794839816_y

Currently using: camerawesome: ^1.0.0+1

Zazo032 commented 1 year ago

I was trying to identify when this was introduced, but I think it has always been like that since the plugin rework, but we just didn't notice until we added the aspect ration switch

g-apparence commented 1 year ago

Hello, Which ratio did you used? (Your images are broken. could you fix them?) What is your emulator (android version + device).

Could you test on real device? We highly recommend to use camera using a real device but maybe there is something.

Zazo032 commented 1 year ago

Which ratio did you used?

All 3 available ones, but the only "real" one seems to be 4:3

Your images are broken. could you fix them?

For some reason they're only visible on mobile, I will try to upload them again

What is your emulator (android version + device)

Pixel 4 API 33

Could you test on real device?

I'm on it

Zazo032 commented 1 year ago

Updated the images. Just tried on a OnePlus 5, but I'm not able to reproduce it, so might be something related to emulator. I'll reopen this if we reproduce it at some point on a physical device. Thanks!