草庐IT

captureintent

全部标签

android - 如何使用相机 Action Intent 在保存时减小相机图片的大小?

如何在保存时缩小相机图片的大小,使用相机ActionIntent。我试图在相机操作的putExtra中使用MediaStore.EXTRA_SIZE_LIMIT,如下所示:Intentcaptureintent=newIntent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);captureintent.putExtra(MediaStore.EXTRA_OUTPUT,outputFileUri);captureintent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY,0);captureinte