jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

What is the location of the saved image? #83

Closed pankurocks closed 5 years ago

pankurocks commented 6 years ago

I can't find the saved image after scanning it. Where the image is saving in the phone. I checked and find the path but my photos are not saving. What is the problem?

MathewsNyirongo commented 5 years ago

I'm facing the same problem...where are the scanned images saved?

akshaybenk commented 5 years ago

getContentResolver().delete(uri, null, null); the above line is present in onActivityResult method of your MainActivity. You can comment it if you want to see the scanned image stored in pictures directory in the internal storage of the device.