How can I get high quality image? Yes I already read some "same question" that's why I know that bitmap data
is only a thumbnail and I already tried the answers but I have output problems.
Below are the output problems encountered and what source where I got the answer I tried.
[shows nothing on imageview:]
1) https://developer.android.com/training/camera/photobasics
-setPic() code placed on onAcitivityResult
-Logcat Error on : Uri photoURI = FileProvider.getUriForFile(MainActivity.this,"com.example.android.fileprovider", photoFile);
2) https://developer.android.com/topic/performance/graphics/load-bitmap
3) android-bitmap low quality issue (shows Toast message from)
if(reducedSizeBitmap != null){
im1.setImageBitmap(reducedSizeBitmap);
}else{
Toast.makeText(this,"Error while capturing Image 1",Toast.LENGTH_LONG).show();
}
}
[crash/literally restarts phone after confirmation(after capturing):]