Sandro Machado
Sandro Machado
Hi @davidpini, check this: https://github.com/openalpr/openalpr/issues/273 I will try to compile it by myself, but it is not easy.
I believe that some of the example are also outdated. I will try to fix this ASAP.
I introduced the installation instructions to `Carthage` and `CocoaPods`. I also fixed the `basic example`.
put this in the onCreate ``` setSlidingActionBarEnabled(false); ```
Facing the same issue.
@kykm1307 can you please specify the device you are using to try the application? I this can be related somehow with the #1.
@kykm1307 I think @JerzyPuchalski is right, `Asus Zenfone 5` is `x86 architecture`, unfortunately the library is only compiled to `ARM`.
It is not easy to compile the openalpr. I will need to configure the whole environment to be able to generate the x86.
The rotate issue is not related with this one and I thought it was fixed by #7, looks like it is not. But this is just a demo app, that...