mikekpl / croperino

📷 Simple image cropping tool after picking an image in gallery or after snapping a photo in your camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera access failed

ethichadebe opened this issue · comments

each time I try to select the camera option I just get a "camera access failed" drop-down message

You need to give storage directory location before open picker.
new CroperinoConfig("IMG_" + System.currentTimeMillis() + ".jpg", "/MikeLau/Pictures", "/sdcard/MikeLau/Pictures"); CroperinoFileUtil.verifyStoragePermissions(MainActivity.this); CroperinoFileUtil.setupDirectory(MainActivity.this);