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

2
votes
2answers
202 views

using Barcode Scanner in android

i am trying to make an application that will work on the phone to scan bar code. so i have tried the code bellow but it gives me this error 11-28 11:18:45.750: E/AndroidRuntime(772): FATAL ...
-1
votes
1answer
235 views

barcode Scan with Flash using ZXing in android… [closed]

good morning I need help to implement ZXing to scan barcodes using the camera's LED flash. that when you run the scan can also turn on the flash of the camera. thanks
-1
votes
1answer
301 views

Flash light mode using barcode with zxing android [closed]

I can help turn the camera LED when I launch the intent to read bar codes with ZXing Thank you.
1
vote
2answers
243 views

QR decode exceptions using ZXing.NET in Unity

I'm currently trying to make an application in Unity (for iOS) that allows a user to scan a QR code. I am using the ZXing.NET library which has been optimized for Unity. This is the current decode ...
1
vote
1answer
302 views

Trying to read barcodes with Zxing, but it seems the onActivityResult is not beeing called

as the title says, I'm trying to scan 1D barcodes, so far I have thet following code: public class MainActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { ...
1
vote
1answer
259 views

Zxing handling back button

How should I catch if user starts Zxing barcode scanner from my app (intent) and than press back button? - it shows "sorry MyApp was forced to close" (more or less as my language is not English). Now ...
1
vote
1answer
180 views

Barcode Scanner intent in my activity

Is there any way to put a Zxing intent inside a part of my activity? For example I want to keep on screen some text and buttons + Barcode Scanner intent below them. Any examples/tutorials would be ...
1
vote
2answers
185 views

Not receiving an Intent back from Zxing barcode scanner

I know some others have had this problem but I've followed the solutions and it still isn't working for me. I've created a new application, it has 1 activity which has 1 button (scan button) and 2 ...
3
votes
1answer
509 views

OpenCV ZXing incompatibility on iOS

I'm trying to work with ZXing and OpenCV in the same project. You wouldn't think this would be this rare of thing to do, but I guess it is. I am having some serious compatibility issues between the ...
0
votes
1answer
193 views

ZXing - How can I get the result into an EditText which is also used for manual entry?

I get good results from ZXing (not embedded), but I can't figure out how to get the result into an EditText that is properly defined in the layout xml and declared in the main class - or elsewhere for ...
2
votes
1answer
147 views

maximum ZXING version scanned on Android

What is the maximum version number of a QR code that can be scanned using Android ZXING? It seems that with my 8 MP camera, I am able to scan only upto version 20 printed as a one inch square. Is ...
0
votes
1answer
111 views

Are there illegal characters for creating QRCode with ZXing?

I tried to create a QR Barcode generator using ZXing. I wanted to encode a mecode object in the QR Code: ...
2
votes
1answer
602 views

ZXing 2.1: com.google.zxing.NotFoundException

I am attempting to get a successful result with the ZXing 2.1 library. I am using Java 1.6 on Mac OS X 10.7.5. I am able to encode text but not decode any images. Rather, all I get are one-line ...
2
votes
1answer
256 views

Zxing causes app to stop&exit

I'm trying to add zxing as library to my android app - it must be offline so using Intent to outside app is bad as many people wouldn't have bar code scanner. I have Zxing as library, name is ...
0
votes
0answers
304 views

ZXing scanning of multiple barcode

I've found this library https://github.com/TheLevelUp/ZXingObjC which is a port of ZXing to Objective-C and supports multiple barcode scanning. I need that for an App so I've tried to get it worked ...
-1
votes
1answer
131 views

QR Code generation [closed]

I want to generate QR Code for a website in JPEG Format. I tried using ZXing Lib in Java and it worked, but on generating a pure JPEG format of the same, it gives a pinkish overtone. How do I remove ...
0
votes
1answer
61 views

Can you Copy a UPC from Zxing and Paste on a Web App

What I'm trying to do is launch the Zxing App when you push a button and open the native app, then take the resulting barcode number and place it in our database. Is it possible to do this with only ...
0
votes
2answers
209 views

ZXing barcode for ANDROID app

I've code an app to scan barcodes. I've tried to use ZXing and all works fine, but I would use directly camera without external App (like Anobii), there is any way to do this whit ZXing?
0
votes
1answer
161 views

zxing barcode - how to embed the scanner(intent) with other layouts

The code below works for me. However, how could I embed it with other layouts from another activity? Basically, The screen will be splitted in two parts: Fist one will contain a header and shared ...
0
votes
1answer
135 views

Save the photo of QR-Code in photo album after scanning it with ZXing using phonegap for android

I am using PhoneGap for Android (2.3.7) to scan a QR Code with the ZXing plugin. After scanning the code, I couldn't save the taken photo on the phone photo album. How can i do it?
1
vote
1answer
173 views

ZXing integration with eclipse and android, NoClassDefFoundError

I hae the same problem as all this topics about the problems of getting zxing working on a project in android, but none of the solutions worked for me. This is the error log: 11-09 11:06:16.009: ...
0
votes
3answers
644 views

Android Zxing library for qr code generation

I want to generate qr code of a text in my application i have to zxing library but I have no idea to implement this. how can I implement this?any help
1
vote
1answer
399 views

Apache FOP 1.1 QRCodes with zxing

OK I am having an issue producing QR Codes in FOP 1.1 using barcode4j-2.1 and zxing-0.1.2. I currently have a FOP 1.0 implementation working correctly, by adding ...
2
votes
2answers
1k views

ZXing.Net Encode string to QR Code in CF

How could I encode my string into a QR Code using ZXing.Net (http://zxingnet.codeplex.com/) I can already decode, but having problems in encoding. It has an error that says: no encoder available for ...
-1
votes
2answers
582 views

android zxing QR code generation

I want to generate a QR code of a simple text with zxing library but I could not find any library or API for that.
0
votes
2answers
315 views

How to retrive and use data from “window.plugins.barcodeScanner.scan” PhoneGap Zxing plugin?

I am using PhoneGap to develop an Android App. I am using ZXing plugin in order to scan a QR-Code. In index.html, I put a button in order to scan a QR-Code: <a href="#" onclick="scanCode();"> ...
0
votes
2answers
151 views

Is it possible to change background of ZXing when showing QR code using intent?

I would like to use ZXing to generate QR code and show it on screen, however I require that the QR code is shown over a specific background [image]. Is it possible with ZXing? Thanks EDIT: It would ...
3
votes
0answers
665 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
1answer
152 views

How to add a logo to QR code in android

I have seen few QR codes with company logo at the center. Is it possible to generate a QR code with a any logo in android? If possible kindly explain the way for doing it. Currently I am using Zxing ...
0
votes
1answer
165 views

how to show buffered image in imageview

I'm new to android programming and currently doing research on QRcode using zxing. I used zxing to encoding a string and now have the bufferedimage returned. Now I want to show this image in the ...
0
votes
1answer
234 views

zXing: Unable to read a valid QR code

I'm using zXing C# library to decode QR code in my winforms application in VS 2010. It works fine for some images, but fails for a few. exception message : "Exception of type ...
0
votes
1answer
98 views

Open app menu item from webview

I am trying to launch an intent to open the zxing barcode scanner from a link in a webview. I have created a menu item that launches the zxing scanner from the menu, when someone hits the menu button ...
0
votes
1answer
241 views

undefined reference to `libiconv_close'

I'm trying to build zxing using MinGW, but it fails with error undefined reference to libiconv_close This is the output of the build: scons: Reading SConscript files ... scons: done reading ...
0
votes
2answers
321 views

error: 'srandom' was not declared in this scope

I'm building zxing using MinGW, but it fails with these errors: build\core\tests\src\common\BitArrayTest.cpp: In static member function 'static void ...
-2
votes
1answer
440 views

I need the complete compile zxing source code

Can any one help me where I can find the complete compile zxing barcode scanersource code without install apk file? I see all tutorials which install apk file. This code does not work fine. Please ...
0
votes
1answer
150 views

Building zxing on MinGW fails with “TestFactoryRegistry.h: No such file or directory”, even though CppUnit is installed

I'm trying to compile the C++ port of zxing on Windows using MinGW, but the build fails with: build\core\tests\src\TestRunner.cpp:21:52: fatal error: cppunit/extensions/TestFactoryRegistry.h: No such ...
4
votes
1answer
499 views

How to tell scons to use MinGW instead of MSVC

I'm trying to build the C++ port of zxing on Windows, but scons fails with: cl : Command line error D8021 : invalid numeric argument '/Wextra' I have both VS2010 and MinGW installed, and scons ...
1
vote
3answers
156 views

Generate BarCode for UIImageView

I want to generate a barcode on some UIImage or UIImageView. Is it possible.I am using This for generating the barcode. Please help me. Thanks
0
votes
0answers
64 views

How to use the string decoded from a QR Code with ZXing in Android? [closed]

I´m working with ZXing library in Android, I read a lot of posts and tried to follow lots os tutorials to create my personal core.jar and not to use the barcode scanner app. Finally I did it but now I ...
0
votes
1answer
169 views

Running the unit test for zxing fails

I'm trying to run the unit tests for zxing. I'm running ant test-blackbox This fails, however, with the output: Buildfile: c:\Workspace\zxing-2.1\core\build.xml init: build: build-test: ...
2
votes
1answer
96 views

Are there pre-compiled binaries of zxing for Windows

Is there a pre-compiled version of zxing for Windows? Both the Java version or the C++ port will do. I could find source packages on their site.
0
votes
1answer
118 views

How to read QR codes without Securing Margin(quiet zone)?

As I know, standard QR code has securing margin.But I found that many tools that create QR codes without securing margin. And if these QR codes put into dark background, they can't be decoded by many ...
0
votes
0answers
94 views

zxing ios sessionPreset

I use zxing iphone project to decode qrcode in my project. I notice that in ZXingWidgetController, it set sessionPreset to AVCaptureSessionPresetMedium. So I think If sessionPreset is set to ...
0
votes
1answer
329 views

Integration of barcode scanner ZXing in Android Error

I've learned from this website : http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/ I've got two little problems with ...
1
vote
1answer
217 views

Scan QR code and display it along with its value

I am using Zxing Barcode scanner app to scan bar codes using Intent intent = new Intent("com.google.zxing.client.android.SCAN"); intent.putExtra("SCAN_MODE", "QR_CODE_MODE"); ...
1
vote
2answers
274 views

Zxing project as library in a project won't build

( again ) I want to use the ZXing library in my project, I followed this tutorial ...
1
vote
0answers
97 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
1answer
2k views

how does “com.google.zxing.client.android.SCAN” work in android?

I developed a BarcodeScanner app with ZXING library. for that I downloaded the complete library and added it to my proj and called an Intent with URI:"com.myproject.vinscan.client.android.SCAN". but ...
2
votes
1answer
171 views

Android / ZXing no longer works

my app makes use of ZXing barcode scanner using the ZXing helper classes IntentIntegrator and IntentResult. Now I found there are no longer scanning results submitted from ZXing, the related return ...
0
votes
0answers
108 views

Zxing integrate in android

I want to integrate Zxing to my app and I had downloaded the package from the official website. However, i didn't get it working when i add the core.jar to my project and used the code below. ...

1 3 4 5 6 7 17