LogoLogo
Buy SoftwareBuy HardwareOpen a ticket
Developer Ecosystem
Developer Ecosystem
  • 🚘Rekor CarCheck®
    • Rekor CarCheck® Overview
    • Countries and Regions Supported
    • Vehicle Characteristics Supported
    • Create an Account
    • Integration
    • Code Samples
    • Web Dashboard
  • ⚙️Vehicle Recognition SDK
    • Vehicle Recognition SDK Overview
    • Countries and Regions Supported
    • Vehicle Characteristics Supported
    • Request a License
    • Installation
      • Windows
      • Ubuntu Linux
    • Vehicle Recognition Image API
      • C++
      • C
      • Samples
    • Vehicle Recognition Stream API
      • C++
      • C
      • Samples
Powered by GitBook
LogoLogo

Platforms

  • Rekor Discover® for Urban Mobility
  • Rekor Command® for Transportation
  • Rekor Scout® for Public Safety

Systems

  • Rekor Edge Flex™ (Classificaiton)
  • Rekor Edge Max™ (Classification)
  • Rekor Edge Pro (ALPR)
  • Rekor Edge Max™ (ALPR)

Developers

  • Vehicle Recognition SDK
  • Rekor CarCheck®
  • Rekor AutoNotice™

Resources

  • About Us
  • Customer Stories
  • Newsroom
  • Help Center

© 2025 Rekor Systems, Inc. All Rights Reserved.

On this page
  • Download
  • Licensing
  • Command Line Application
  • Examples
  • Integration

Was this helpful?

  1. Vehicle Recognition SDK
  2. Installation

Windows

PreviousInstallationNextUbuntu Linux

Last updated 1 year ago

Was this helpful?

Download

The Windows Vehicle Recognition SDK package can be downloaded here:

Before getting started, ensure you have the latest versions of and installed.

Licensing

Before running the software you must obtain a license key. If you haven't already done so, please visit the section to submit your information.

After acquiring a license, paste the license key into the license.conf file to begin using the software. Alternatively, you can set the license as an environment variable named OPENALPR_LICENSE_KEY.

Command Line Application

alpr.exe is a command line application that can analyze license plates. Type alpr --help from the Windows command prompt for more information.

Examples

# Recognize a US-style plate
alpr -c us samples/us-1.jpg

# Recognize a US-style plate and measure the processing time
alpr -c us --clock samples/us-1.jpg

# Recognize a European-style plate with JSON output
alpr -c eu -j samples/eu-1.jpg

Integration

The Vehicle Recognition SDK is written in C++ and has native support for integrating with C/C++ applications.

All of the DLLs in the root directory are required at runtime in order for the application to function. If you run in C#, Java, or Python, for example, the native DLLs must be accessible to the program so that it can load.

To include Vehicle Recognition SDK in your C/C++ application, include the alpr_c.h file in the include directory. You must also link the libopenalpr.dll shared library to your code.

The C# integration is bundled into the DLL file alprnet.dll. You should add this as a reference to your .NET application to use the functionality. You may also include the C# binding source code in your project.

Run the java_test.bat program to test the Java integration. This assumes that javac and java are available on your system PATH.

The Java integration uses Java Native Interface (JNI) to connect Java code to Rekor Scout. This requires the openalprjni.dll file to be available at runtime. The Java source code is in java/com/openalpr/jni and there is an example located in java/Main.java.

Run the python_test.bat program to test the Python integration. This assumes that Python is available on your system PATH.

The Python integration uses ctypes to bind the Rekor Scout functions to Python code. This requires the libopenalprpy.dll file to be available at runtime. The Python code is located in python/openalpr.py. There is a test program in python/test.py.

Vehicle Recognition SDK also includes bindings for C#, Java, and Python. Each of these bindings fully implements the .

The C# library includes two example applications. The full source code is available at .

⚙️
https://deb.openalpr.com/windows-sdk/openalpr64-sdk-latest.zip
Visual Studio
.NET
Request a License
https://github.com/openalpr/openalpr/tree/master/src/bindings/csharp
Rekor Scout® API