-
When installing on Ubuntu I get the following message and cannot get it to compile:
In member function ‘alpr::AlprFullDetails alpr::AlprImpl::recognizeFullDetails(cv::Mat, std::vector)’:
/home/exe…
-
I'm trying to test a simple program in python, and I get this error :
`Traceback (most recent call last):
File "patente.py", line 4, in
alpr = Alpr("us", "/usr/local/share/openalpr/config/…
-
Hi all,
Please tell me what is this error?
I started a page on the wiki:
https://github.com/openalpr/openalpr/wiki/Compilation-instructions-%28Ubuntu-Linux%29
Thank you.
root@kim-Inspiron-N5110…
-
Hello,
I am installing OpenALPR on my Raspberry Pi. I chhosed the hardest way to install it.
I have a problem when I type out "cmake ./" to compile openalpr:
```
-- Found Tesseract
-- Found log…
-
I'm trying to install openalpr in Windows 10 (x64) laptop. I needed to change the toolchain to v140 because I have installed Visual Studio 2015 with PlatformToolset v140. Then when I compile it's perf…
-
/Users/marco/openalpr/src/openalpr/support/utf8.cpp:19:13: warning: comparison of constant 237 with expression of type 'const std::__1::basic_string::value_type' (aka 'const char') is always false [-W…
-
trying to move my OpenALPR to a FreeNAS Jail, build fails with error:
```
/home/nayr/openalpr/src/openalpr/edges/edgefinder.cpp: In member function 'bool alpr::EdgeFinder::is_high_contrast(cv::Mat)':…
-
how i can make golang version of openalpr sdk?
i do next steps:
git clone https://github.com/openalpr/openalpr
cd openalpr/src/bindings/go && sh make.sh
and got next errors:
/usr/bin/ld: cannot f…
-
I get an error stating I cannot import the module into Python.
Running on Pi 3B+ with Raspiban (buster) OS
Followed The Easy way. Any help would be much appreciated
-
i'm trying to install openalpr on a raspberry pi 3B+. I've done everything as in the documentation but when i try to compile openalpr i get the same error everytime. also i have tried everything i cou…