Sign inSign up

openalpr/commercial-agent

By openalpr

•Updated about 7 years ago

OpenALPR Commercial Agent

Image
2

10K+

openalpr/commercial-agent repository overview

⁠Configuration Instructions

This repo has moved: https://hub.docker.com/r/openalpr/agent⁠

This service runs the OpenALPR commercial agent. It reads video from an IP camera and outputs license plate data to a destination.

⁠Registration/Configuration

To send data to an OpenALPR Web server, first register the agent using this command:

docker run -P \
     -v openalpr-vol1-config:/etc/openalpr/ \
     -v openalpr-vol1-images:/var/lib/openalpr/ \
     -it openalpr/commercial-agent alprlink-register -w [web server IP]

If registering with the OpenALPR Cloud service, omit the "-w" and it will default to the cloud.

You may also configure the agent to send data to your own HTTP endpoint, or to save data in the queue. You can find more information about this on http://doc.openalpr.com/⁠

Update the alprd.conf according to your needs

⁠Running

docker run -P -e OPENALPR_LICENSE_KEY=[YOUR_LICENSE_KEY] \
                  -v openalpr-vol1-config:/etc/openalpr/ \
                  -v openalpr-vol1-images:/var/lib/openalpr/ \
                  -it openalpr/commercial-agent 

⁠Notes

The OPENALPR_LICENSE_KEY is used if you are using the agent without the web server. When connecting to the web server, you may omit this value, since the license is managed centrally.

The service persists the configuration and plate data in separate volume mounts. We are naming them "openalpr-vol1-config" and "openalpr-vol1-images" in this example. If you're running multiple agents on the same server, make sure to give each docker container a different volume mount so that the OpenALPR configuration doesn't interfere with other processes.

Source code is located here: https://github.com/openalpr/docker⁠

Tag summary

Content type

Image

Digest

Size

665.5 MB

Last updated

about 7 years ago

docker pull openalpr/commercial-agent