Barcode Libary Usage: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
In Android | In Android devices, applications can use Android barcode scanning and decoding API or some open-source barcode libraries. Zxing and ZBar are open source barcode libraries for scanning barcodes or QR code and retrieving encoded data. | ||
==== ZXing ==== | ==== ZXing ==== | ||
Supports decoding and generating of bar code (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images.. Please refer to https://archive.codeplex.com/?p=zxingnet. | Supports decoding and generating of bar code (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images.. Please refer to https://archive.codeplex.com/?p=zxingnet. |
Latest revision as of 08:33, 13 March 2020
In Android devices, applications can use Android barcode scanning and decoding API or some open-source barcode libraries. Zxing and ZBar are open source barcode libraries for scanning barcodes or QR code and retrieving encoded data.
ZXing
Supports decoding and generating of bar code (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images.. Please refer to https://archive.codeplex.com/?p=zxingnet.
ZBar
An open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. Please refer to http://zbar.sourceforge.net/.