-
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…
-
Hi
I am new to this I am able to build alpr and get alpr.exe but my openalpr.conf file is empty and when I run it in console using `alpr -c eu carnumber.jpg` i got these msgs and it stuck there
![i…
-
Ok.. Let's start
Since 2 days ago, i'm trying to use OpenALPR with c#, but it isn't working and i so sad about this.
I'm from Brazil, so i need it recognize Brazillian plates, i read this alread…
-
I integrated Openalpr into an iOS app project using this project example: https://github.com/twelve17/openalpr-ios.
I would to use Openalpr to recognize the Italian license Plates. So, into my set…
-
I have no familiarity with cmake and am struggling to generate a cmakelists file for openalpr-net .net binding.
Here's my attempt so far:
https://gist.github.com/masroore/4935908dc914d7b38e1f
VCX pro…
-
Hello,
I've managed to get the library working within an iOS 9.2 app using the [openalpr-ios library](https://github.com/twelve17/openalpr-ios) when passing a static image, but when using an image fr…
-
I just installed openalpr (alpr --version shows 2.3.0), and using the default settings it seems that all of the images from a Bosch Dinion Capture 5000 IP (pulsed IR camera) that I have tried (around …
-
Hi,
I got this error when I try to install
sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-dev
==================================
W: The reposito…
-
Running with image as a parameter works. But how to modify config files in a docker container?
I tried running
```
docker run -it openalpr/openalpr:latest /bin/bash …
-
I'm unable to get OpenALPR to work within python ("ImportError: cannot import name Alpr").
Can anyone help me?
```
import json
from openalpr import Alpr
alpr = Alpr("us", "/path/to/openalp…