How to get full sized Image from Camera Android
Getting Image from Camera in Android is pretty simple, however it gets pretty tricky if you need to get full quality image from the camera. When you launch intent with action image capture and only use the data.getExtras().get(“data”), what you basically get is just the thumbnail. For getting the high quality full size photo, you …