Top "Zxing" questions

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.

A QR scanner inside of a Fragment

I'm using ViewPager for swiping between my Fragments. Is it possible to integrate a QR scanner (zxing or any other) …

android android-fragments zxing
Zbar vs zxing vs Google barcode api

I'm developing android application for qr code scanner , I tried both Google android barcode API and zxing , but still confused …

android zxing android-vision
Barcode reading Delphi xe7, event after intent not triggering

In my app, developed with XE7 for Android/iOS, I have a form for scanning barcodes. Upon a found barcode, …

android delphi barcode zxing delphi-xe7
How to stop continuous scanning by zxing-android-embedded in Android

I am using Zxing-android-embedded(https://github.com/journeyapps/zxing-android-embedded) to scan QR codes. I have imported the library from github . …

android zxing qr-code scanning
How to read QR code using iPad camera on website?

I am using the following code to access the camera but aim is to read QR codes using camera. Using …

javascript jquery jakarta-ee qr-code zxing
Android zxing - portrait camera preview/surfaceview is stretched/warped

I have managed to use the answer here to rotate the camera preview to portrait: http://code.google.com/p/…

android surfaceview zxing portrait stretching
ZXing: Finding the bounding rectangle of Barcode

I was experimenting with ResultPoints which returns the points related to the barcode in the image. For a QR Code, …

barcode qr-code zxing bounding-box
How can I send a PNG of a QR-code in a HTTP response body (with Spark)?

I want to generate a QR-code image, convert it to PNG and return it as a HTTP response to my …

java http png zxing
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