-
1 week ago i used openalpr-utils-classifychars program nicely (only the W -- select image and save character ..... was not working ) . Today i rebuild openalpr in different pc, I think there has been …
-
I installed openalpr using easies way introduced in https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Ubuntu-Linux) first. when i test the python code, I met the following error.
//…
-
Hello,
I'm trying to install openalpr web server on a raspberryi Pi 4 with 4gb of RAM running ubuntu server 18.04 64bit.
I managed to install ubuntu server following this: https://jamesachambers…
-
Running the following on Ubuntu doesn't install:
(the command line is that specified in the openalpr/openalpr Readme.md)
```
developer@ubuntu:~$ sudo apt-get update && sudo apt-get install -y o…
-
When I build openalpr manualy I had an error:
In file included from /usr/include/c++/4.8/cinttypes:35:0,
from /usr/local/include/tesseract/host.h:30,
from /usr/loc…
-
I've set up openalpr using the easy method as shown in the compilation instructions. The only difference being I did not install `sudo apt-get install libopencv-dev` since I already have it manually b…
-
I try to set the mask_detection_image but It doesn't affect the output.
Same issue with must_match_pattern. Also which pattern should the daemon looks for since there's is no field "pattern" in alprd…
-
Hi
I am using openAlpr - OpenAlprDroidApp-master
Its works for long distance cars but when i take photo in short distance like 1 meter to 1.5 meter it gave not able process the image.
i have …
-
after pulling the latest commit and recompiled openalpr, my project which use openalpr as library broke with the said error. Seems like something to do with this commit:
https://github.com/openalpr/op…
-
This is what I am getting at last step after compiling
```
$ sudo make install
[ 20%] Built target support
[ 22%] Built target video
[ 26%] Built target statedetection
[ 52%] Built target openalpr
[…