QRMirrorMode
Specifies if the QR code appears normally in the image of if the code appears mirrored in the image.
Elements
Name | Value | Description |
---|---|---|
IMAQ_QR_MIRROR_MODE_AUTO_DETECT | -2 | The function should determine if the QR code is mirrored. |
IMAQ_QR_MIRROR_MODE_MIRRORED | 1 | The function should expect the QR code to appear mirrored. |
IMAQ_QR_MIRROR_MODE_NORMAL | 0 | The function should expect the QR code to appear normal. |
IMAQ_QR_MIRROR_MODE_SIZE_GUARD | 0xFFFFFFFF | Reserved |