0
Intent intent= new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
 startActivityForResult(intent,Constantes.REQUEST_CAMERA);

result

Bundle bundle =data.getExtras();
 Bitmap bit = bundle.getParcelable("data");
Naveen Tamrakar
  • 3,349
  • 1
  • 19
  • 28
  • 1
    You are only getting the thumbnail from this, try checking out this link https://stackoverflow.com/questions/6448856/android-camera-intent-how-to-get-full-sized-photo – Martin Lund Sep 29 '17 at 18:28
  • Can be caused if you move device, from incorrect focus or from dirty lens. You can use MagicalTakePhoto library. – Mihai8 Sep 29 '17 at 18:28

0 Answers0