PrisonScanner 5.109.0
Typedefs | Enumerations
Prison::Format Namespace Reference

Barcode formats detectable by Prison::VideoScanner. More...

Typedefs

typedef QFlags< BarcodeFormatBarcodeFormats
 

Enumerations

enum  BarcodeFormat {
  NoFormat = 0 , Aztec = 1 , Codabar = 2 , Code39 = 4 ,
  Code93 = 8 , Code128 = 16 , DataBar = 32 , DataBarExpanded = 64 ,
  DataMatrix = 128 , EAN8 = 256 , EAN13 = 512 , ITF = 1024 ,
  MaxiCode = 2048 , PDF417 = 4096 , QRCode = 8192 , UPCA = 16384 ,
  UPCE = 32768
}
 Barcode formats. More...
 

Detailed Description

Barcode formats detectable by Prison::VideoScanner.

See also
Prison::ScanResult.
Since
5.94

Enumeration Type Documentation

◆ BarcodeFormat

Barcode formats.