rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

Android New Camera2 API #36

Closed WesleyChung closed 8 years ago

WesleyChung commented 8 years ago

Your sample worked great for me but does it possible implements android.hardware.camera2 instead of using deprecated old camera api ? If so, how do i start from ? Thank You

rmtheis commented 8 years ago

Glad to hear it's working for you. Yes, you could update the code to use the new camera API. Have a look at the code in the camera package. Another idea would be to write a similar app that uses the Android Vision API.