Barcode Libary Usage: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 1: Line 1:
In Android device, the third-party app can use android bar code scanning and decoding api or some open source barcode libary.
In Android device, the third-party app can use android bar code scanning and decoding api or some open source bar code library.
ZXing and ZBar are both open-source to scan barcodes or 2-D "graphical barcodes" and retrieve the data encoded.  
ZXing and ZBar are both open-source to scan bar code or 2-D "graphical bar code" and retrieve the data encoded.  
==== ZXing ====
==== ZXing ====
Supports decoding and generating of barcodes (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.


==== ZBar ====
==== 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/.
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/.

Revision as of 09:19, 11 March 2019

In Android device, the third-party app can use android bar code scanning and decoding api or some open source bar code library. ZXing and ZBar are both open-source to scan bar code or 2-D "graphical bar code" and retrieve the data encoded.

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/.