Enable VIN

What is a VIN? #

A VIN (Vehicle Identification Number) is a unique code used to identify individual motor vehicles. It consists of 17 characters, which include both digits and capital letters, and it provides information about the vehicle's manufacturer, model, and serial number. You can find more info about it here.

The VIN (Vehicle Identification Number) feature is designed to scan barcodes specific to vehicle identification.

How to enable VIN? #

It can be enabled either via a pre-defined template or manually.

For the pre-defined template, the system's BarkoderHelper applies the VIN template to the configuration. The Region of Interest (ROI) is set to capture the entire viewfinder (a rectangle sized 100x30 starting at the top-left corner).

For manual setup, the system enables Code39Code128DataMatrix, and QR decoding because all of those barcode types can be used as VIN. The decoding speed is set to slow (for better results), and the barcode resolution is set to high. Again, a ROI is set similar to the pre-defined template.

In both methods, the license key must be valid, otherwise, the results will contain asterisks.

                BKDView.SetEnableVINRestrictions(true);
            

Page Contents

History:

close