CVBpy 14.0
FourStateUsps Class Reference

Configuration to access parameters of FourStateUsps. More...

Inherits ReaderFourStateConfigBase.

Properties

 lsb_position = property
 int: Position of the 'low significant bit' of the code in the image (see cvb.barcode.FourStateLsb). More...
 

Detailed Description

Configuration to access parameters of FourStateUsps.

Property Documentation

◆ lsb_position

lsb_position = property
static

int: Position of the 'low significant bit' of the code in the image (see cvb.barcode.FourStateLsb).

The LSB 'low significant bit' can be FourStateLsb.Left, FourStateLsb.Bottom, FourStateLsb.Right or FourStateLsb.Top. If the LSB is not correct (for example FourStateLsb.Left and FourStateLsb.Right are interchanged) the code interpretation is another. Default LSB = FourStateLsb.Left.