I take a picture with the camera using
Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE ); startActivityForResult( intent, 22 ); <
Try BitmapFactory.decodeFile() and then setImageBitmap() on the ImageView.
BitmapFactory.decodeFile()
setImageBitmap()
ImageView