Atwa / filepicker

Android file and image picker library without permissions.
Apache License 2.0
97 stars 7 forks source link

Very bad quality when taking a picture #24

Closed punto338 closed 3 months ago

punto338 commented 3 months ago

I tried the code example to take a picture but the output is a very small image, despite of in preview its showing correctly. Output is a 162x289 image of ~43KB (imageMeta.getSizeKb())

Code used:

filePicker.captureCameraImage(imageMeta -> { sendFile(ChatMessage.TYPE.image, imageMeta.getName(), imageMeta.getFile()); return null; });

punto338 commented 3 months ago

Solved, I was using v1.7.0