allgood / OpenNoteScanner

Android application for scanning and manipulating handwritten notes and documents.
Other
1.36k stars 284 forks source link

Camera is deprecated #227

Open EmmanuelMess opened 4 years ago

EmmanuelMess commented 4 years ago

Here: https://github.com/ctodobom/OpenNoteScanner/blob/c063f3363e81f4039bf7cc3ae68d2e83b452e790/app/src/main/java/com/todobom/opennotescanner/OpenNoteScannerActivity.java#L157 Camera is deprecated, I propose using the new CameraX lib.

allgood commented 4 years ago

I tried to take a look at camera 2 api but it seens very hard to learn and use. Maybe CameraX is ideal, I never saw anything about it, will take a look.