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

Was this helpful?

  1. Vehicle Recognition SDK

Vehicle Recognition Image API

The Vehicle Recognition Image API recognizes license plates given individual images. In addition to the previous Vehicle Recognition SDK installation options, the Vehicle Recognition Image API is available upon request. The library instance should be initialized once for each thread. There is a significant initialization time (a few seconds) so you should not destroy the instance until you are finished using it.

This instance is not thread-safe by design. An ALPR instance should be used on a single thread and not shared across threads.

PreviousUbuntu LinuxNextC++

Last updated 1 year ago

Was this helpful?

⚙️