-
Working on a Mac 10.14, install the command-line tool from homebrew.
`alpr --version` returns 2.3.0.
Create a new virtual environment, run `python setup.py install` in `src/binding/python` and then…
-
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…
-
Hello, I made a change to allow compiling this project in versions of Delphi earlier than 10.1
[openalpr.zip](https://github.com/r1me/TOpenALPR/files/4788955/openalpr.zip)
-
The code I wrote:
>>> from openalpr import Alpr
>>> alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data")
Error I get:
Traceback (most recent call last): File …
-
did i miss anything ?
make
[ 24%] Built target support
[ 24%] Built target video
[ 24%] Building CXX object openalpr/CMakeFiles/openalpr.dir/ocr/tesseract_ocr.cpp.o
In file included from /Use…
-
After 2 hours read license plates continuously without problems alprd stops with this error message:
`123 (teste_mtg-cam1-1529351302277) to queue.
DEBUG - put job id: 12836
DEBUG - Writing plate …
-
I installed openalpr using the following command
sudo apt-get install openalpr openalpr-daemon openalpr-utils libopenalpr-dev
I am using the following command on the Ubuntu Bionic
alpr filena…
-
Hi everyone,
Love this project!
I've compiled Openalpr from scratch on MacOS 10.14:
v2.3.0
```
brew install tesseract opencv@3 log4cplus
brew reinstall glog
git clone https://github.co…
-
node-pre-gyp ERR! UNCAUGHT EXCEPTION
node-pre-gyp ERR! stack Error: node-openalpr package.json is not node-pre-gyp ready:
node-pre-gyp ERR! stack package.json must declare these properties:
node-…
-
I had a code that captured an image through a webcam and saved it to a folder. This bit works fine.
After I added the example openalpr code from [http://doc.openalpr.com/bindings.html#c-c](url) and a…