QRModelType
Specifies what type of QR code the detector will search for.
Elements
Name | Value | Description |
---|---|---|
IMAQ_QR_MODELTYPE_AUTO_DETECT | 0 | Specifies that the function will auto-detect the type of QR code. |
IMAQ_QR_MODELTYPE_MICRO | 1 | Specifies the QR code is of a micro type. Micro QR codes have a single target in the top left of the code. |
IMAQ_QR_MODELTYPE_MODEL1 | 2 | Specifies the QR code is of a model1 type. |
IMAQ_QR_MODELTYPE_MODEL2 | 3 | Specifies the QR code is of a model2 type. This is most common model. |
IMAQ_QR_MODEL_TYPE_SIZE_GUARD | 0xFFFFFFFF | Reserved |