Bitmap bitmap = Bitmap.createScaledBitmap(capturedImage,width,height,true);
您可以在此指定要设置为ImageView的位图的宽度和高度.通过以编程方式读取不同设备的屏幕dpi,您可以根据设备的屏幕dpi设置高度和宽度.