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

Support for Android 10 #134

Closed DeepaliMundaye closed 3 years ago

DeepaliMundaye commented 4 years ago

Hi Team,

You have done great job of polygonal cropping. I have implemented this library in my projects since 2017. Now our client want app which will support Android 10 as well. In the latest library update build.gradle file, it is upto Android 9 only . So can you please confirm that will this same library support Android 10 or will there be any update?

fer314 commented 4 years ago

It works, but only by adding <uses-feature android:name="android.hardware.camera"/ to android manifest for newest versions of android

jhansireddy commented 3 years ago

Library is upgraded to Android X with latest PR merge.