Sign inSign up

openalpr/agent

By openalpr

•Updated 2 months ago

Rekor OpenALPR Scout Agent

Image
3

10K+

openalpr/agent repository overview

⁠Configuration Instructions

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/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/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

sha256:4bcb9227b…

Size

858.9 MB

Last updated

2 months ago

docker pull openalpr/agent:raccoon-nocuda-runtime