Receiving Low Quality Image From Camera Intent
I am trying to upload an image to firebase using the camera. But, the quality of image i get is too low (not readable). I have written the following code ( with no compilation erro
Solution 1:
The image provided in the data
extra is only a thumbnail. To obtain the fullsize image you need to provide a fully qualified file name where the camera app should save the photo. This is described in the documentation, with example code provided.
Post a Comment for "Receiving Low Quality Image From Camera Intent"