iMicknl / cordova-plugin-openalpr

This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.
MIT License
33 stars 23 forks source link

No returns on scan #22

Closed flip4658 closed 6 years ago

flip4658 commented 6 years ago

When running a scan I don't get anything returned to me, no success or errors are triggered. If the license plate is not valid should it return anything at all or will that only be triggered if the license plate scanned is a valid one?

flip4658 commented 6 years ago

Tried to look into it further and it seems the issue lies on this line in OpenALPR.java: Alpr alpr = new Alpr("eu", conf_file, runtime_dir); Still haven't been unable to figure out what is happening as there is no error at all. Just seems to hang.

iMicknl commented 6 years ago

Which kind of numberplates are you trying to scan? European plates or other ones?

flip4658 commented 6 years ago

They're European plates.

iMicknl commented 6 years ago

Is this already resolved? Could you share your code maybe / a snippet?

iMicknl commented 6 years ago

Closing due to inactivity and the 2.0 release which could potentially solve this issue. Please create a new issue with more information if you are still facing this issue on 2.0.

mihaibalaban commented 6 years ago

I have the same problem

iMicknl commented 6 years ago

@mihaibalaban please create a new issue with more information.