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, ...
0
votes
1answer
105 views
Android QR/Barcode Reader
I am using the zxing IntentIntegrator to scan either a barcode or a QR code from my Android app. Once the code is scanned, I need to identify whether the code was a QR code or a barcode. I am using ...
0
votes
1answer
65 views
zxing :unable to read barcode which is a part of a larger image
i am using javase package of zxing. In my images barcodes are actually a part of a larger image. When i provide those images as it is then zxing is unable to read the barcode but if i crop the image ...
2
votes
2answers
179 views
Intent.createChooser android QR code reader
I want the user to choose a QR reader from his installed apps. This could be done by using the Intent.createChooser. When a picture is taken with the QR reader, the QR code should be sent back to my ...
1
vote
0answers
176 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
votes
2answers
63 views
is there any way to show a QR Code Scanner on as view on a AlertDialog in android? [closed]
My Requirement is showing a qr code scanner on a alert dialog in android application. For now i'm using zxing library and using intent base approch. But, exactly i need to show the scanner on a alert ...
0
votes
0answers
60 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
2answers
86 views
com.google.zxing.NotFoundException for all possibility to decode image containing barcode
i'm using zxing core and integrated with my android app which takes picture. I'm giving bitmap picture input to RGBLuminanceSource. But every time i'm getting NOTFoundException. I do not want to ...
0
votes
1answer
199 views
Auto Rotate / Landscape Zxing Barcode Scanner PhoneGap 2.5 Plugin iOS
I was wondering how to change the barcode scanner to auto rotate or at least landscape mode for the latest version of the Zxing Barcode Scanner plugin for PhoneGap 2.5.
The plugin is available here: ...
1
vote
2answers
71 views
QR-Code in a web service response
I have to implement a Java SOAP web service that returns the QR Code of a text (an authorization code).
What's the best way to return this QRCode? The base64 encoding of the png, the ...
0
votes
1answer
44 views
Styling/Coloring the generated QR code
hi i'm using this http://viralpatel.net/blogs/create-qr-codes-java-servlet-qr-code-java/ as my reference in generating QR images.
ByteArrayOutputStream out = QRCode.from("Hello ...
-5
votes
1answer
64 views
Access phone information [closed]
im a beginner in android and java programming. currently im trying to develop a apps that scan a QR code and the apps can access information (phone no, IMEI no) and location of it being scanned and ...
0
votes
0answers
85 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
1answer
198 views
How to develop an android application using OCR and Zxing
I'm asked to create an Android application using OCR and Zxing to scan a code bar.
The result should have the "Codebar image" in an ImageView and the "scan result" and "OCR result" in the a TextView.
...
0
votes
2answers
57 views
Cocoa Static Library with ZXing error
My project uses some Cocoa static libraries, one of which is a Zxing Project. I am getting a lot of errors while trying to incorporate this project. Weirdly enough, I was able to create a demo with ...
0
votes
4answers
101 views
QR reader crash when using asynctask
my application is closing when i try to scan a QR code. I was not using asynctask before and it was working alright, i guess i am having problem with the way asynctask works, any suggestions would be ...
0
votes
1answer
33 views
What version of Java is needed for zxing 1.7?
I am developing a barcode scanning application for J2ME. For that, I have come to know that zxing 1.7 has to be used. What version of Java do I need for zxing 1.7?
0
votes
2answers
252 views
iOS : Zxing QR Code Reader in ipad not working in landscape orientation
I am working on a landscape only iPad app and trying to integrate Zxing QR Code Scanner library to the project. I am able to successfully integrate the library, and run without any compiler errors.
...
1
vote
1answer
82 views
How to get version of qrcode by Zxing Library
QRCode have many different version (Version 1 (21×21), Version 2 (25×25), ... etc).
I use zxing library to decode qrcode with different versions, and it works fine!
But I don't know how to get the ...
2
votes
2answers
101 views
Finding coordinates in the ZXing library and outputting on canvas
I'm using this JS code scanner based on the ZXing library and I would like to find the coordinates of the QR code found and then put a border around the found QR code on the <canvas> element. I ...
2
votes
3answers
343 views
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, My application runs in landscape mode and camera takes the whole screen and red QR detection ...
1
vote
0answers
213 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 ...
0
votes
1answer
304 views
Zxing qr code decode can't get it work
I've searched all the forum and I cannot find the answer (and this is my first post, so sorry for possible errors).
I've downloaded Zxing pack and I would like to get the qr code decoder work (in c#, ...
2
votes
2answers
140 views
ZXingObjC can't decode image taken from UIImagePickerController
I'm using the following code to decode a QRCode taken from camera
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
{
originalImage ...
0
votes
0answers
121 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");
...
1
vote
2answers
181 views
Bar Code Scanning
I am using Zxing Lib to scan QR and Bar code. My code is working very well for QR code but unfortunately it is nor working for Bar code.
Intent intent = new ...
0
votes
1answer
42 views
QRGen library import can not be resolved
I am trying to generate QR-Codes in Java with the QRGen library and ZXing. I followed the instructions on this stackoverflow question.
I included the following three libraries:
zxing-core-1.7.jar ,
...
1
vote
1answer
52 views
'CoreVideo/CoreVideo.h' file not found
When I run a iOS App on my device , This error will appear
'CoreVideo/CoreVideo.h' file not found
not matter what project even though create a new project , once run the app on my device this ...
0
votes
1answer
82 views
Creating standalone qr scanner though eclipse sdk for android but getting a runtime error at implementation
I am trying to create an app using sdk in eclipse that has a standalone qr scanner in it. I followed a really good tutorial to incorporate zxing and copied all relevent libraries etc, but when it ...
1
vote
2answers
197 views
Embed zxing barcode scanner to the activity
I'm writing android application and my client requires a barcode scanner in it. They are really specific about it, so the layout they want is like this:
If a qr code found - it jumps to another ...
0
votes
1answer
41 views
Zxing 'undefined symbols for architecture x86-x64' error
I use zxing lib in my OS X application. I've included zxing-objc to my project and simply copy-pasted code from zxing demo (zxing-root/objc/examples/demo) to the separate ViewController class. When ...
0
votes
1answer
78 views
Scan barcodes consecutively with zxing
I'm currently using ZXing to scan barcodes in my app.
I can scan a barcode, save the result and open the scanner again to scan multiple barcodes, but I want the scanner to remain open so I can scan ...
0
votes
2answers
62 views
Android 2.3.x ZXing odd behaviour
I'm developing an application for delievery service and as one of features it has is scanning barcode on shipment's waybill. I'm using ZXing library for this function - I have imported ZXing as ...
0
votes
0answers
66 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
2answers
345 views
XCode header search paths
I am trying to use a third-party library in my ios project called ZXingObjC. I've added the library to my project by dragging the library's .xcodeproj file into my project. When I try to build, I get ...
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
1answer
70 views
ZXing for Obj-C won't compile
I'm trying to implement the objective-c port of ZXing here for my iOS project. I've followed all the instructions but the compiler can't find any of the linked files. Has anyone tried to implement ...
0
votes
2answers
57 views
Zxing OS X demo not compiling
I've downloaded zxing sdk for OS X and tried to compile the OS X demo project (located in examples). But build fails with the following error:
Lexical or Preprocessor issue: ZXing/ZXCapture.h file not ...
0
votes
1answer
135 views
Codename One: QR code scanner with Zxing
I'm developing a mobile app(android & ios), which enables user to scan QR code, using Zxing.
At this moment, I've tried out the QR scanner demo provided in codenameone_docs_demos_20130307.zip, ...
2
votes
1answer
99 views
could not find class when class extends from LuminanceSource in android
I want to decode already saved bar-code image using zxing library.
Added external jar named "core.jar"
Created class MyLuminaceSource which is subclass of LuminanceSource. Used this class to create ...
0
votes
0answers
57 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 ...
-4
votes
1answer
121 views
Is zxing accurate?
I'm developing an iphone and android app that uses very simple barcode scanning. We've narrowed our barcode type to 2D, particular either QR or DataMatrix.
I've written two quick and dirty apps using ...
0
votes
1answer
239 views
com.google.zxing.binarybitmap error with handling bitmap image
I have this method that reads the bitmap image to decode a qr code in a certain area in the document ( looking into four corners for qr code) Because of how i have my code it is always hitting the ...
0
votes
1answer
154 views
Android camera auto focusing stops when unplugged from the charger
I am using ZXing Barcode Scanner library in my app and I'm experiencing the following bug: camera auto focus works only if the device is plugged to the charger. As soon as I unplug the device, the ...
0
votes
1answer
118 views
How would I modify ZXing to optimize for a specific barcode type?
ZXing currently performs poorly in my tests of Code 39 and Code 128, which are the only 1D barcode types we're interested in for our apps.
What strategy could we take for optimizing the ZXing code ...
1
vote
1answer
188 views
Android ZXing integration errors
I am a student and as a part of my android project at school, I need to include a barcode app. I have clearly followed instructions given in
...
0
votes
1answer
70 views
Incorporating bar code in a galaxy tab [closed]
I've already integrated Zxing in my project, I run it in my smartphone, and it worked perfectly. When trying to start the same application in a galaxy tab, things are different. When I launch the ...
0
votes
1answer
105 views
Getting Error in Barcode Scanner in android
I am making a application using QR code scanner via ZXIng IntentIntegrator. I am able to make it using following code
IntentIntegrator integrator = new IntentIntegrator(
...
0
votes
0answers
43 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
1answer
125 views
Error when using QRGen library to generate QR code
I am using the QRGen library to generate a ByteArrayOutputStream for a QR code and the generate a Bitmap image for it.
I have imported the 3 following jars into my project:
qrgen-1.0.jar
...





