Closed punto338 closed 6 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; });
Solved, I was using v1.7.0
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; });