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.

ZXing barcode scanner in custom layout in fragment

I develope ZXing barcode continuous scanner following this page on Android Studio. My App build.gradle had include: repositories { mavenCentral() …

android android-fragments zxing barcode-scanner
Reduce border width on QR Codes generated by ZXing?

I'm using com.google.zxing.qrcode.QRCodeWriter to encode data and com.google.zxing.client.j2se.MatrixToImageWriter to generate …

zxing
QR code reader for iPhone

I want to create QR code reader based application. Using which library, I can create my application ? Note: I searched …

iphone qr-code zxing
iostream not found in Xcode

I have problem including ZXing in my App. I get error: "iostream file not found". I have done everything like …

ios zxing
Undefined symbols for architecture armv7 when using ZXing library in Xcode 4.5

What I am trying to do Integrate Zxing, QR code reader framework, in my iPhone project. I checked out ZXing …

ios cocoa-touch ios6 zxing undefined-symbol
With Zxing retiring for iOS, which barcode-scanner to switch to?

I have implemented ZXing to my iOS-app, however I am questioning it's maintainability as not long ago it was announced …

ios zxing barcode-scanner zbar
Unity Zxing QR code scanner integration

I need to integrate Zxing with vuforia to make a QR code scanning app in Unity? I have no idea …

unity3d zxing qr-code barcode-scanner vuforia
Getting Camera error in Zxing Barcode Application

I am trying to use Zxing Library for developing a barcode scanner. My activity is as follows: public class Scanner …

android android-camera barcode-scanner zxing
ZXing convert Bitmap to BinaryBitmap

I am using OpenCV and Zxing, and I'd like to add 2d code scanning. I have a few types of …

android zxing
Android Generate QR code and Barcode using Zxing

Code to generate Qr code using zxing is --- It takes string data and the imageview This works just fine …

android barcode zxing