AndroidScannerDemo
AndroidScannerDemo copied to clipboard
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 cha...
After implementing scanlibrary functions works fine, but app size increased from 5mb to 40mb!! Please comment how to reduce app size!
E/AndroidRuntime(12149): java.lang.RuntimeException: Canvas: trying to draw too large(192464280bytes) bitmap. E/AndroidRuntime(12149): at android.graphics.RecordingCanvas.throwIfCannotDraw(RecordingCanvas.java:281) E/AndroidRuntime(12149): at android.graphics.BaseRecordingCanvas.drawBitmap(BaseRecordingCanvas.java:91) E/AndroidRuntime(12149): at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:548) E/AndroidRuntime(12149): at android.widget.ImageView.onDraw(ImageView.java:1434) E/AndroidRuntime(12149): at android.view.View.draw(View.java:23191) E/AndroidRuntime(12149): at android.view.View.updateDisplayListIfDirty(View.java:22066) E/AndroidRuntime(12149): at android.view.View.draw(View.java:22921)...
Hi, I'm testing the library on Android Studio, the minSdk is 29 and the targetSdk is 32. when I want to use the camera: I take the photo, then I...
On API 29 , when , I capture image . I get this error ```gradle 2020-10-24 20:44:58.883 6744-6744/com.android.camera2 E/CAM_StateSavePic: exception while saving result to URI: Optional.of(content://com.example.provider/quick_scans/QuickScans/IMG_20201024_204438.jpg) java.io.FileNotFoundException: open failed: ENOENT...
 as per image , only image with blue line display but cant set in edge (blue circle) .
I need to select multiple files from library and loop through each file and process it. So far I enabled multiple file select option as follows In openMediaContent method `startActivityForResult(intent,...
Polygon view only detects edges only when the background is of black or dark color. I would request you to please update the opencv method. Other than that everything seems...
Hi Everyone, please find my project here https://drive.google.com/open?id=1pKTq0QwxuN1jy9Q1eFSQyr-TUEHFKHtQ i am using this library in my project i am able to take picture from camera but nothing happens after that. when...