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.

How to read multiple qr codes from one image using zxing library

I am currently developing a scanner that reads multiple QR codes found in one image. I manage to read the …

android android-camera qr-code zxing
zxing onActivityResult not called in Fragment only in Activity

I'm having some issue with zxing onActivityResult(). As you can see in the code I did properly invoke new intent …

android android-intent zxing onactivityresult
Package com.google.zxing missing in Zxing barcode library for Android

I have downloaded the Zxing Barcode Scanner code for Android, but I can't find the package com.google.zxing in …

android barcode zxing barcode-scanner
ZBar vs. zxing - QR recognition comparison

Can anyone tell which library is better in small QR Codes recognition under low lighting conditions? Platform is iPhone 4/iOS 5 …

qr-code zxing zbar-sdk
Storing binary data in QR codes

I'm trying to store binary data in a QR code. Apparently QR codes do support storing raw binary data (or …

qr-code zxing
ZXing on Android PDF417

Was anybody able to read the PDF417 barcode with use of the ZXing library on the Android OS? They are …

java android barcode zxing barcode-printing
"iostream" file not found in Xcode 4.2

I'm adding Zxing 1.7(Qr scanner) to my projects. I upgraded Mac OS X to Lion and xcode4.2, iOS5.0. Problem is …

iphone zxing
Customized camera view & rotation in Zxing for QR code?

I am working with such a great library zxing to read QR code. I already got QR code successfully. Now, …

android qr-code zxing
android: zxing barcode scan successful but not returning from activity

I am successfully using zxing to scan codes, by calling the installed barcode reader's intent, but when it beeps and …

android zxing barcode-scanner
how to include ZXing in iphone project

I have downloaded ZXing 1.5 and am trying to include this in my iPhone project. I have got the Barcode iphone …

iphone zxing