SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

Pass image as byte array not as file path #18

Closed LosDanieloss closed 8 years ago

LosDanieloss commented 8 years ago

Hi,

Have you consider adding to your library possibility to pass image not as file path but using byte array? I am asking because I think that could speed up processing time in combination with own camera implementation.

Regards, Daniel

SandroMachado commented 8 years ago

Hi @LosDanieloss,

unfortunately not. My library is based on the OpenALPR and they only expose methods to pass the path of the image (https://github.com/SandroMachado/openalpr-android/blob/master/app/src/main/java/org/openalpr/AlprJNIWrapper.java).

Regards, Sandro Machado