CARRIDA SDK Documentation
Version 4.5.0
|
![]() |
CARRIDA is a dynamic library for automated license plate recognition (ALPR) designed to run under the Linux and Windows operating system. For both systems you can choose between the 32-bit or 64-bit version of the engine.
The purpose of lprcarrida is to detect and read vehicle license plates from still images and video streams. The library has the following features:
The Linux version of lprcarrida runs on Intel architectures as well as on ARM machines (ARM Cortex-A8 processors and above, NEON instruction set required). The programming interface for both supported operating systems is identical, so that it iss easy to port your applications from Windows to Linux and vice versa.
CARRIDA can be distributed
To support fast and easy utilization of various video sources, svcapture library is delivered (currently Windows version only). This library allows to aquire frames from following sources:
To utilize the svcapture library, a 3rd party video I/O library GStreamer has to be installed (see https://gstreamer.freedesktop.org/download).