ImagePicker camera quality option not working

In version 30, I tried to use ImagePicker to let user capture the image. As I read the document, it have support an option called “quality”. This option value is from 0 to 1. I understand that 1 is maximum quality. But when I set the value from 0 to 1, I always received an image that had size from 4mb to 6mb. The size and quality of image did not reduce.

Is there anyone have the issue like me? Or I did it incorrectly?

Hey @tamdao,

It sounds like you are doing things correctly but just to be certain, can you throw your code in a Snack so I can try and reproduce the issue on my end?

Cheers,

Adam

You can see here: Image picker - Snack

Thank for your help

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