-
We're using this module to detect and read plates (and its awesome in node!) but we're having to unnecessarily write the file to disk to then have OpenALPR read it again.
How hard (I'm no native node…
-
Hi,
On master branch when compiling with GPU
`cmake ../src -DWITH_GPU_DETECTOR=ON`
I get the error:
```
/home/rocketboots/Rocketboots/OpenALPR/openalpr/src/openalpr/detection/detectorcuda.cpp…
-
OpenALPR currently takes roughly 1/4th of a second (~.27s) to process a single 1920x1080 image. I'd like to get the overall performance to above four frames per second.
I followed these instruction…
-
Sample of error:
```
Scanning dependencies of target openalpr
[ 24%] Building CXX object openalpr/CMakeFiles/openalpr.dir/motiondetector.cpp.o
/home/ml/openalpr/src/openalpr/motiondetector.cpp: …
-
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…
-
Followed tutorial given but keep getting this error. Have tried looking at other issues posted her with same problem but to no avail. The directory I've given is the one where the project is saved and…
-
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…
-
openalpr-link wasnt found , how to fix this ?
```
sudo apt-get install -o apt::install-recommends=true -y openalpr openalpr-daemon openalpr-link
Reading package lists... Done
Building dependency t…
-
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…
-
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…