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
0answers
123 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 ...
1
vote
1answer
109 views
Adding Zxing Lib for J2ME Project in NetBeans
I have have download Zxing-1.7 ( Which is deprecated , but want to develope with it for J2ME Project )
Can any one tell me, how to add this Zxing-1.7 lib to J2ME project. Am using NetBeans IDE.
Help ...
2
votes
1answer
409 views
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 QR codes in the image but it's giving me inconsistent results. Assuming there are 4 QR codes ...
0
votes
1answer
140 views
How to make portable library of Zxing.Net to use with mvvmcross?
I would like to scan bar code, Zxing.Net look pretty good but I need to have a portable version so that I can use in my project (monodroid/WP/IOS/MVVMCROSS). I will use this portable version in ...
0
votes
1answer
397 views
Creating 1D Barcode using the Google Chart API /ZXING library
I am trying to create 1D barcodes using PHP.I have been able to create the 2 D Qr code using the google chart api like this:
$size = $_REQUEST['size'];
$string = ...
2
votes
1answer
166 views
Unable to scan Code 128
I have integrated the ZXing barcode reader in my android application.
It scans most of the codes, but I have a electricity bill which it is unable to scan (using a Galaxy Ace 5.0MP). I think the ...
0
votes
1answer
170 views
Unable To Resolve Exception Class: ZXing
I have a project that runs perfectly fine on newer devices and API levels, however, I'm getting some issues on emulators. When I load up the application on an emulator, I get this issue:
02-22 ...
1
vote
1answer
78 views
Android zxing NotFoundException
I'm using zxing to decode QRcode images, but it always returns a NotFoundException. The online decoder at http://zxing.org/w/decode.jspx scans these images perfectly fine, so it should be able to do ...
0
votes
0answers
62 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
1answer
936 views
QR Code Scanner in android using ZXING library
Hi I am following this material to implement QRCode Scanner in Android. Step by Step after implementing the following code in my application I am getting error in "GingerbreadOpenCameraInterface.java" ...
0
votes
0answers
64 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 ...
-1
votes
2answers
355 views
Scan qr code, pass the qr content in to query and display the result on screen in android
I am using zxing to scan qr code in android and getting the result. Now I want to pass the qr code content (which is always a number) into sqlite select query and display the result on to the screen. ...
0
votes
0answers
68 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
vote
1answer
494 views
Obtaining QR scan results via ZXing that is integrated into your app
I used this answer to create a standalone Android library project that has the ZXing source code in it (ZXing v2.1). It compiles fine and if I run CaptureActivity, I can read a QR code as expected.
...
0
votes
1answer
51 views
Most Current Version and Further Development/ new Features [closed]
i am wondering since the last commit date I found on the page was from Aug 8, 2011, if the ZBar Lib is still up to date. I decided last year to go with Zbar because of the good voting on ...
2
votes
3answers
375 views
On create method calls twice in zxing
I am new to android. I had implemented a Tab in one app. In which i used Tab Host. In one of the Tab i had implemented Zxing for scanning Barcode.
Intent intent = new ...
0
votes
1answer
181 views
Switch ZXing camera device to front camera Iphone with phone gap
I am trying to change the default camera scanner (Back camera) to the front camera
I think it will be around this code
AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeVideo
what is the best ...
0
votes
2answers
792 views
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 images that I could send. Probably the best is Bitmat (the other option is OpenCV Mat).
It looks like you ...
0
votes
0answers
57 views
ZXing scanner on IOS
I have the scanner working quite well in a custom app (thanks!)
How do I access the scanned image from Phonegap on IOS?
Regards,
Dan
0
votes
1answer
138 views
ZXing to verify a text form barcode reader
The question is simple. Is it possible to use ZXing C# library to veryify a barcode entered manually form a user ? We need this because sometimes happens that the barcodes are corrupt and the operator ...
3
votes
2answers
398 views
QR code generated by Android zxing library doesn't scan with most QR code scanners
I am posting this to answer my own question (to spread the word in case anyone else has had this issue.)
I am generating a QR code using ZXing's Android library. The QR code generates properly and I ...
-1
votes
1answer
337 views
QR Code Reader and Generator Application for Android [closed]
Newbie here, I already tried using zxing library for creating an android app that can generate a QR code image and save it on the phones SD card, a QR code scanner and be able to scan QR code image on ...
0
votes
3answers
402 views
Decoding bitmap using Zxing library in android
I am integrating the zxing library to scan the barcode to my android app. I am doing this local to my application as illustrated in
...
0
votes
1answer
117 views
Generate GS1 databar expand Barcode in Java?
I wan't to generate a Barcode which is type of GS1 databar expanded. I'm searched in google and didn't found realy working results. I discover that ZXing gives the possibility to generate different ...
0
votes
2answers
85 views
Call Intent from handleDecode of zxing
I am developing an application in which i am reading the QR code using zxing library. I am calling the zxing library for reading QR CODE as:
public class QRScanner extends CaptureActivity {
...
0
votes
1answer
412 views
Undefined symbols for architecture armv7s: “_OBJC_CLASS_$_ZXingWidgetController”, referenced from: objc-class-ref in RootViewController.o using Zxing
I am incorporating qrcode reader from Zxing in my app. I tested the scantest which was there in Zxing before in Xcode4.5 and it working well. I updated the iOS sdk to 6.1 and updated Xcode to 4.6 now ...
0
votes
1answer
206 views
Handle camera orientation in zxing QR code
I am developing an application which reads QR codes. So I used zxing library for reading QR codes. I successfully read a QR code in my application.
The problem is that when I start my application in ...
1
vote
1answer
60 views
How to stop intercepting Zxing intents in my app?
I just emailed the dev and was asking him about this stuff.
Basically, I followed this:
...
1
vote
0answers
275 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 ...
0
votes
1answer
61 views
ZXING Scanner, how to go back to previous activity
On Zxing, I made the Scanner as a new Activity, and I have a button on my other activity that will start a new intent which is the Scanner Activity. How can I go back to my first activity if scan is ...
0
votes
0answers
107 views
Barcode scanner inside Dialog
my app is scanning barcode and it allows a user to continue scanning several times. Before the user start to scan it gives the user an options to choose a vendor and saves the name on the arraylist. ...
1
vote
2answers
93 views
Zxing quits after reading barcode
I have included Zxing barcode reader from source in my application. Everything is working alright, Except the barcode reader quits after successfully reading the barcode. It does not throw any errors ...
0
votes
1answer
222 views
iOS Zxing Widget wont build any more
I get the following error message when i want to build my project which includes the zxing library:
clang: error: no such file or directory: '/Users/xxxx/Desktop/zxing-2.0/ZXingWidget_Prefix.pch'
...
-1
votes
1answer
127 views
Apache ant build error in zxing library [closed]
I have followed the guide on QR code scanner from below source
http://code.google.com/p/zxing/wiki/GettingStarted
and I have even installed apache ant on my pc.
But after debugging, it gives following ...
1
vote
2answers
423 views
how to set Zxing View Finder Rectangle to portrait mode
I'm using the zxing 2.1 version, I need to capture the qr code in portrait mode, I've set the displayOrientation to "90" in CameraConfigurationManager.
Modified Methods,
...
2
votes
1answer
208 views
How to trigger Bulk scan mode using Zxing library in my app to scan multiple barcodes and qrcodes without showing a preview screen
Can anyone help me to achieve Bulk Scan Mode using Zxing library inside my app. What it does now is that after scanning a barcode the camera screen disappears and the scan result is populated on my ...
14
votes
4answers
4k views
Xcode 4.6 zXing compile error after Xcode update (4H127)
Different projects using ZXing have error after last Xcode update:
Error messages are:
private field 'cached_y_' is not used
Private field 'bits_' is not used
Private field 'cached_row_num_' is not ...
2
votes
2answers
153 views
Non-type template argument evaluates to -1, which cannot be narrowed to type 'unsigned long long' xcode 4.6
I am using zxing and OpenCV lib in my project. I updated my XCode from 4.5 to 4.6 today and I am getting this error.
externalLibs/boost/include/boost/gil/channel_algorithm.hpp:54:85: Non-type ...
0
votes
0answers
46 views
Zxing Integration Issue [duplicate]
Possible Duplicate:
Integration ZXing library directly into my Android application
I am facing problem with integrating Zxing library in my application. The problem is that I want to create ...
0
votes
1answer
45 views
zxing library , MonochromeBitmapSource and BufferedImageMonochromeBitmapSource missing?
I'm using zxing library
Following code giving compile time error after adding zxing 2.1 dependency
MonochromeBitmapSource source = new BufferedImageMonochromeBitmapSource(bufferedImage);
i ...
-2
votes
1answer
87 views
ZXing : list of most famous qr-scanners to avoid “no scanner available”-dialog [closed]
I'm pretty new to android-developing.
My app needs the Scanner-Result in order to identify an url.
So i integrated the XZing-Scanner as Default-Scanner.
But: For those, who already installed ...
2
votes
0answers
95 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
3answers
234 views
ZXing on Android: how to set camera in negative mode?
I want to use zxing in an android project. I have download the code and the example app is running now (ZXingTestActivity). For your information, i am not very familiar with coding native android.
I ...
0
votes
1answer
2k views
PhoneGap QR Code Scanner by XZing
I am trying to get XZing running on my PhoneGap Iphone application:
After doing some researches I found this link for best instructions to install XZing to my application:
Why can't XCode 4 find ...
1
vote
1answer
252 views
Get Results from zxing - directly integrated in Android
im new to all the programming stuff so please forgive me If my question is rather stupid ;)
I integrated zxing directly as a library and now im trying to scan some QR Codes and get the result. But ...
0
votes
1answer
83 views
Android Barcode Scanner - Automatically choose scanner
I have integrated ZXING barcode scanner in my app.
How can stop my app for asking different scanner apps(based on zxing)
and automatically choose my app for scanning ?
0
votes
1answer
77 views
Zxing detects on Android device but not on pc
I am using Zxing core.jar to scan bar codes and qr codes and it's working perfectly, but I want to make tests using Robolectric, to run automated tests without an emulator or device, that will take N ...
0
votes
1answer
309 views
Starting the android zxing scanner via web app doesn't seem to work
My starting point for scanning from a web app was this article here
Then i realized it was as simple as clicking a link like this
...
9
votes
1answer
2k views
ZXing Library: Errors in iOS: private field 'cached_y_' is not used
I am currently trying to use the ZXing Library for an iOS Project. However I can't even get the sample Projects to work.
The ScanTest Project, as well as the ones that I created myself throw the ...
0
votes
0answers
338 views
Issue with QR code reader using HTML 5
I am trying to develop an online QR code scanner just like this:
http://webqr.com/
What I am trying to do is that, I want to activate the camera from the web page and must be able to scan the QR ...












