Android Low picture quality after shot
问题 I have a button that triggers an image capture : private void capturePicture() { if(ActivityCompat.checkSelfPermission(getContext(), Manifest.permission.CAMERA) == PackageManager.PERMISSION_GRANTED){ Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); // Tiến hành gọi Capture Image intent startActivityForResult(intent, 100); } else ActivityCompat.requestPermissions(getActivity(), new String[]{Manifest.permission.CAMERA}, 200); } Right after I take the shot, I see the capture and the