IOS - does AVFoundation support 3D barcodes?

The documentation and header file does not contain any information related to 3D barcode support. However, it explicitly mentions that AVMetadataMachineReadableCodeObject supports 1D and 2D barcodes. So, does anyone know that 3D barcodes are supported by AVFoundation?

+3


source to share


1 answer


Supported QRCodes with AVFoundation are upce, code39, Code 39 mod 43, EAN-13, EAN-8, code93, code128, pdf417, Interleaved 2 of 5, ITF14, DataMatrix, Aztec and all of them are 1d / 2d. https://www.scandit.com/types-barcodes-choosing-right-barcode/



If we try to elaborate on 3D barcodes, which are called custom QR codes, the strokes in the 3D barcode are read by a scanner that reads the differences in the height of each line. http://www.qrcodestickers.org/qr-code-articles/3D-barcodes.html .

0


source







All Articles