Need better scanning performance?
MirrorMode
MirrorMode defines whether to decode mirrored barcodes.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── MirrorMode
Parent object: BarcodeFormatSpecification object
Example:
{
"MirrorMode": "MM_NORMAL"
}
- This snippet shows only the
MirrorModeparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of theMirrorMode is shown as follow:
| MirrorMode Parameter Details |
|---|
| Type String |
| Candidate Mode List MM_NORMAL MM_MIRROR MM_BOTH |
Default Settings
Different barcode formats have different default MirrorMode settings:
- MM_BOTH: QRCode, DataMatrix, PDF417, AZTEC, Micro QR Code, Micro PDF417 and DotCode.
- MM_NORMAL: Other barcode formats
Candidate Mode Introductions
MM_MIRROR
Decodes mirror barcodes only.
MM_BOTH
Decodes both normal and mirror barcodes.
MM_NORMAL
Doesn’t decode mirror barcodes.