alprd
Daemon to run OpenALPR in the background
Install
- All systems
-
curl cmd.cat/alprd.sh
- Debian
-
apt-get install openalpr-daemon
- Ubuntu
-
apt-get install openalpr-daemon
- Kali Linux
-
apt-get install openalpr-daemon
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openalpr-daemon
- Raspbian
-
apt-get install openalpr-daemon
- Dockerfile
- dockerfile.run/alprd
openalpr-daemon
Daemon to run OpenALPR in the background
OpenALPR is an open source Automatic License Plate Recognition library written in C++. The library analyzes images and identifies license plates. The output is the text representation of any license plate characters found in the image. The OpenALPR daemon allows you to monitor a camera stream for license plate numbers in the background. Alprd runs as a daemon process on Linux. The plate numbers can be streamed to another server (via HTTP posts) or can be consumed programmatically via a beanstalkd queue.