Camera capture quality on a Samsung S9 Plus.

Hello Expo Team,
I have a problem with the image quality I’m getting with takePictureAsync on a Samsung S9 Plus. The images are really small, as evidenced by the following:

Sadly, I have no way to reproduce the issue, as I don’t have access to that device model and all my test phones don’t have that problem (The image was sent by one of the users of my app).

Do any of you have any kind of idea about what might be causing this? Any help would be appreciated!

I’m using Expo SDK v28.

Thanks in advance,
Gabo.

Edit:
The problem was that I was getting the max aspect ratio supported by the camera (128:77) and expo camera didn’t work with that value. I changed the aspect ratio to 16:9, and now it works like it should.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.