Top "Barcode" questions

This tag should be used for questions on how to generate, decode, or use barcodes in programs.

How to reliably detect a barcode's 4 corners?

I'm trying to detect this Code128 barcode with Python + zbar module: (Image download link here). This works: import cv2, numpy …

python opencv barcode barcode-scanner zbar
ZXing Android Generate 1D barcode

I've gone through the examples here regarding encoding barcode: http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/…

android mobile barcode zxing barcode-scanner
DataMatrix-encoding with zxing only generates 14px bitmap

I'm using zxing to generate barcodes with different types (EAN, 2of5 and DataMatrix). Generating in general works fine. The only …

android barcode zxing datamatrix