ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Its focus is on using the built-in camera on mobile phones to scan and decode barcodes on the device, without communicating with a server, ...

learn more… | top users | synonyms

3
votes
0answers
651 views

Android ZXing vs ZBar

I have implemented ZXing in my Android app but am having issues with scanning in portrait mode. I have been referred to ZBar by a colleague but just wanted to get a quick overview of it's ...
3
votes
0answers
558 views

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) inside of a Fragment so that I can swipe from scanners View to another Fragment and ...
3
votes
0answers
418 views

Using android Intent in adobe air

it has been a while since I was here. Currently, I'm trying to develop an application in Adobe AIR that has a 1D bar-code reader using the device camera function. I have tried using ZXing's library ...
2
votes
0answers
85 views

ZXing Library on storyboard

First of all I am new to IOS and trying to use ZXing library on one of my projects but I am using storyboard and auto memory management. So I am having hard time to convert the sample test code that ...
2
votes
0answers
347 views

Decoding QR Code in Java using ZXing issue

I'm running into an issue using ZXing in Java. Here's the deal, I have a PDF that includes a QR Code. I use Imagemagick to convert the PDF to a 300dpi, monochrome PNG file, which I feed to my decode ...
1
vote
0answers
43 views

ZBar vs ZXing performance?

I'm currently working on a hardware setup which requires me to scan as many QR codes as possible as quickly as possible. However, I have not found any kind of performance comparison between ZXing and ...
1
vote
0answers
69 views

How to integrate tab host with zxing qr code scanner?

I want to integrate zxing qr code scanner in my application which is having three tabs in my application. Currently when my one of the tab bar butto gets pressed at that time I am calling zxing qr ...
1
vote
0answers
159 views

QR scanner with ZXing and ZBar doesn't read low quality codes on cards

I have made applications using ZXing and ZBar both. Both are working fine and read good quality QR codes always. But problem is when I scan the code on a card which is not that much nice in quality ...
1
vote
0answers
198 views

ZXing QR Reader Direct Integration android

Want to develop a QR code reader.. which will customized for my application. after a lot of search i found a link http://www.androidaz.com/development/zxing-qr-reader-direct-integration this tutorial ...
1
vote
0answers
205 views

Zxing issue with the portrait mode for the Samsung Galaxy Note

I'm working onto an application which can scan QRCode and I want to have the two screen modes (portrait and landscape) implemented. I'm using the code provided by Google to turn correctly my camera : ...
1
vote
0answers
235 views

Unsupported compiler 'GCC 4.2' selected for architecture 'armv7' in xcode 4.6

I accidentally updated my iphone to 6.1 and when that happened I came to know that I have to update the xcode version too to Version 4.6 (4H127), which I did. I had a requirement to read qrcode for ...
1
vote
0answers
95 views

How do you use zxing and its barcode scanning abilities within a UIView instead of using a ZXingWidgetController?

I am trying to create an app in which I already have a view controller and I want the zxing capabilities (bar code scanning) to be used within this view controller. I have a tab bar controller with ...
1
vote
0answers
215 views

How to save vCard information from QR code into Android contact app via Phonegap/ZXing?

I'm creating an Android Barcode Scanner app using PhoneGap with ZXing plugins. Currently, it is able to decode and differentiate all QR code result headers and act accordingly. For example: ...
1
vote
0answers
755 views

Build failed - symbol(s) not found for architecture armv7

I am using the library ZXingWidget, CocoaTouchBarcodes and I have an error when i try to build my project, it worked before Xcode 4.5 but now it trashes. If i try with an armv6 architecture only it ...
1
vote
0answers
126 views

Zxing library integration within tab

I was working with the Zxing library integration to an app. At first I was using a button to instantiate scan, so I was using Intent Integrator, then I thought of including the scan view inside my ...
1
vote
0answers
87 views

iOS zxing: no member named BarcodeFormat_AZTEC

I'm having trouble getting the latest version of the ZXing library up and running. I've downloaded the latest source from http://zxing.googlecode.com/svn/trunk/iphone/ and the ZXing 2.0 release from ...
1
vote
0answers
155 views

zxing scan from website returns to new window

This is most likely a browser issue, but I have a mobile website that I launch the zxing app from, passing in a callback url. Everthing scans fine and returns the scanned data like I expect. ...
1
vote
0answers
262 views

Scan QR code from sd card using zxing not working in Android

String imageInSD = Environment.getExternalStorageDirectory().getAbsolutePath()+"temp.jpg"; Bitmap photoTmp = BitmapFactory.decodeFile(imageInSD); LuminanceSource source = new ...
1
vote
0answers
128 views

How to reduce the QR decoding time without changing the size of input image?

I have a java application that extracts a QR tag from an image, re-scales it to 768x768 and sends to the decoder for decoding. I am using ZXing via intent for decoding, but it is way too slow! It ...
1
vote
0answers
326 views

zxing library on ipad could not recognize barcodes

I'm developing two separate projects (for iphone and ipad). Device camera scans barcodes using zxing library and populates their text to UILabel. On iPhone everything is working normally but on ipad ...
1
vote
0answers
370 views

ZXing Phonegap Plugin doesn't return to application after successful scan

I'm implementing the ZXing Phonegap plugin with the latest version of Codova (1.5.0) and have the plugin mostly working. Trouble is when the Barcode is scanned successfully it doesn't return to my ...
1
vote
0answers
464 views

Scan Barcodes using Webcam in java

I need to scan a barcode from the selected webcam so my program can run its code from the inputs. The main problem is my lack of experience in java. What I will need: A box in a JPanel showing the ...
1
vote
0answers
372 views

zxing cannot read upc

I'm trying to implement barcode scan feature on windows phone. I set a timer, every other interval, I use the photo camera api to get a frame from camera and decode it using zxing( ...
1
vote
0answers
347 views

How to integrate socket camera in android zxing library

I have created a project with zxing library and to integrate webcam in emulator, I've followed these instructions A java application with webcambroadcaster is working and when I run it, it starts ...
1
vote
0answers
165 views

I need to get the QRCode plugin for Grails to work in 2.0.0

I'm having an issue with the QR Code plugin (which uses the ZXing libraries - something I have used before with great success in Android and Java) working in a project I'm doing. I've installed the ...
1
vote
0answers
150 views

Prevent caching across browser instances in Android (using zxing)

I'm trying to prevent Android caching redirected web pages. I'm mostly successful but there is a failure mode in an unusual circumstance involving barcode reading*. I'd appreciate some help with ...
1
vote
0answers
296 views

Why does ZXing give me black screen when do activity before captureAcitivity

I use ZXing to scan barcode but I have a problem that: If I make load screen and use handler to start CaptureActivity It's work very fine. But If I have other activity such as a MainMenu Activity. ...
1
vote
0answers
232 views

How to set the scanning rectangle dimensions of a camera, rather than determine them automatically based on screen resolution

The problem is that in the camera a particular scanning area is there which clamped to the size of the preview frame. This will happen if we try to give some more size to it. The problem is that I ...
0
votes
0answers
17 views

QR code scanning without fullscreen camera

I need to continuously scan QR codes in my Android app while main View of the app is on the screen. The main view should contain a window with camera preview, but not a fullscreen camera preview. An ...
0
votes
0answers
36 views

ActivityNotFoundException while using ZXing

Android 2.3.3 As with most of the people using ZXing (new to using ZXing), I am getting the ActivityNotFoundException (I guess there is no need to paste my logcat as it's the same with all other ...
0
votes
0answers
19 views

Integrated zxing and scan on demand

I integrated qr code scanning feature in my app using zxing source code as a library. My activity extended Capture Activity and override handleDecode method of Capture Activity class. My code inside ...
0
votes
0answers
18 views

zxing on customized Android device

I wrote an apps using zxing library. The apps works fine on some well-known devices like Samsung/Nexus/etc. However, when I tried to run the apps in some new Android tablets (using Rockchips ...
0
votes
0answers
29 views

zxing camera is not working with Android API 4.0.3?

My application is using Zxing camera, It is working fine but when I try to open this application in device with Android API 4.0.3 then it is crashing automatically from CameraManager.java if (camera ...
0
votes
0answers
51 views

Customize screen in ZXING scanner for android

I am working on android zxing project , In that I need to add zxing scanner in tabbar (Host controller) I tried to resize zxing view but not succeeded, also I tried to set tabbar on zxing camera ...
0
votes
0answers
36 views

Landscape Slower than Portrait

I have a button on an activity and when I click it, I launch the barcode reader by ZXing using the following two lines of code in my onClick() method: IntentIntegrator integrator = new ...
0
votes
0answers
78 views

ZXING Result Points don't Match Image from QR Code on iOS

In my app, I have a QR code scanner that scans a URL from a QR code, finds the result points using getresultpoints(), and then uploads the image with points to a server. Everything runs smoothly, but ...
0
votes
0answers
138 views

Zxing CaptureActivity - crashing when launching activity

I am trying to integrate the QR reading capabilities of Zxing into a stand-alone app, and have been using this very helpful guide ...
0
votes
0answers
83 views

Generating captioned barcode of type Code 128 using zxing

I'm generating a barcode of type Code 128 using ZXING 2.0 library, but what I want is a caption below the barcode image. The code I am using for generating barcode 128 using ZXING2.0 is: int width = ...
0
votes
0answers
58 views

ZXing QRCodeMultiReader scan results in different order?

I created an android application that allows the user to scan multiple qr code at a time. I am able to successfully scan multiple qr code but everytime I scan the same qr code, the results is not in ...
0
votes
0answers
79 views

ZXing in VisualStudio reporting CS0246 “using com.google.zxing;” - How to import ZXing project into VS

Compiler Error Message: CS0246: The type or namespace name 'com' could not be found (are you missing a using directive or an assembly reference?) Source Error: Line 5: using ...
0
votes
0answers
38 views

zxing cannot be resolved or is not a field

I'm a totally beginner in Java, Android programming and Eclipse related. Right now I'm trying to develop a scanner by using zebra crossing (Zxing). I copied all the source from the zxing package. Now ...
0
votes
0answers
108 views

Scanner defect on integrated Zxing library (android 2.2)

I've successfully integrating Zxing 2.1 sources into my android project. After calling this onButtonScan(): Intent intent = new Intent("com.google.zxing.client.android.SCAN"); ...
0
votes
0answers
64 views

PDF417 generated by ZXingObjC is unreadable sometimes

I am trying to use ZXingObjC to generate PDF417 barcodes for my iOS app. I've got it all working, sort of. It generates the barcode and displays it on the screen. Unfortunately, sometimes the barcode ...
0
votes
0answers
31 views

How to do QR encoding without BufferedImage in old JREs (1.3)

I am trying to implement QR barcode for one of my project which uses j2me 1.3 version of JRE (tailored version with minimal support of AWTs and without Swing components) which doesn't have ...
0
votes
0answers
56 views

ZXing error while running project

I downloaded the ZXing source from https://code.google.com/p/zxing/downloads/detail?name=ZXing-2.1.zip&can=2&q= I imported it as an Android app with existing source, built the core.java ...
0
votes
0answers
42 views

QR-Code providing WLAN access not working

I created a QR-Code with WLAN access data using QRCodeGen by Stefan Ganzer. SSID and password contain upper and lower case letters, numbers and a dash, noting else. Then I scanned this code with ...
0
votes
0answers
105 views

Zxing sdk orientation issue

I am using Zxing sdk and i am facing a problem in orientation. I want my app to run in landscape when i scan the qrcode (when the camera is on).I dont know how can i make changes in the overlay view ...
0
votes
0answers
57 views

phonegap app page hangs with zxing plugin

Can anyone tell me why I have to exit my app and go back in to be able to scan with zxing plugin on IOS/Phonegap? Do I have to introduce a delay to wait until Phonegap is "ready"?
0
votes
0answers
58 views

Does anyone have experience with modify the two-dimensional code project about zxing?

I'm modifying a two-dimensional code project which is based on an open source project zxing, but When I input Chinese characters, I found the results which get from the other two-dimensional code ...
0
votes
0answers
54 views

Reading a barcode with zxingjar-1-1.jar

I am reading a barcode using zxingjar-1-1.jar and it works fine. But now, I would like to put a QUIT button in the layout where the capture is made but I don't know how to identify the button in the ...

1 2 3 4 5