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

this is not working on android 10 or api above 29 please respond #121

Closed babbar1989 closed 3 years ago

vamsee9 commented 4 years ago

Same here near to the solution need some time to find out

Reuben-cyber commented 4 years ago

anyone got any solution?

vamsee9 commented 4 years ago

No i am on it soon will post if it works

fer314 commented 4 years ago

I fixed it by adding <uses-feature android:name="android.hardware.camera"/ to the android manifest

vamsee9 commented 4 years ago

I fixed it by adding <uses-feature android:name="android.hardware.camera"/ to the android manifest

is it working ?

jhansireddy commented 3 years ago

Upgraded to compileSdkVersion 30 and it works fine.