I am trying to display the images captured using native camera app (https://github.com/rexstjohn/UltimateAndroidCameraGuide/blob/master/camera/src/main/java/com/ultimate/camera/fragments/NativeCameraFragment.java).
But the resolution seems to be poor even though my phone's camera device resolution is 13MP. How can I fix it?
Thanks in advance.