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

-1
votes
1answer
34 views

Zxing crashing first time while running from a real device

I am facing a strange issue. My application is using Zxing scanner. When I am running my application in emulator everything works well. But when I am installing the application in phone and when I ...
0
votes
0answers
7 views

Capture the barcode image along with the barcode on phonegap-zxing

I am building an ANDROID application with ZXING Library using PHONEGAP. Is there any way to save the barcode image along with the barcode? A javascript solution is preferable. Thank you.
1
vote
0answers
7 views

Zxing ITF barcode not scanning in custom app

I am trying to use zxing barcode inside one of my app to scan barcodes. I have used intent to start the barcode scanner on a button cick. Intent intent = new ...
0
votes
0answers
21 views

Zxing connection refused on production

I'm using ZXing to decode my qr codes, it works fine on development, but on production after deploy it just works for five minutes or so and only if I restart the server, after that it just doesn't ...
-2
votes
1answer
30 views

How to convert number into barcode in android? [closed]

Basically i want to convert a number to a bar-code. how would i got about this. i don't have a clue about where to start so please explain. I have my barcode font but im not entirely sure that this is ...
-1
votes
1answer
29 views

Android QR code generation with zxing library not working

Hi I am developing small android application in which I want to include Qr code functionality. I downloaded zxing-2.1 and with the help of android project inside it and core.jar i create android ...
0
votes
0answers
16 views

set Title when encode Web URL QR code android

I want to set the title when i encode a Web URL. I Use QRCodeEncoder class to encode the contents. I don't find anything to set title for the web URL. I use below code to encode the input text field ...
0
votes
1answer
16 views

failed to decode, caught ReaderException 'Could not find three finder patterns'

i have dwonloaded the zxing sdk. in that their was an sample code called scantest which only scan qr code not barcode. while reading barcode i am getting failed to decode, caught ReaderException ...
2
votes
1answer
33 views

Handle data output qr codes with zxing in Android eclipse

In my app, I use zxing as a library and when I scan a QR code it shows for default a screen with the QR data. Instead of this, I want to go to another Activity depending on the QR code scanned. Can ...
-1
votes
0answers
18 views

Checking SQLite Database for duplicate data (eclipse/adt)

I posted a question regarding a project I'm working on here: Creating Product Database with zxing barcode scanner adding data to database issue According to the person who I'm under, I now need code ...
7
votes
2answers
191 views

How to read QR code using iPad camera on website?

I am using the following code to access the camera but aim is to read QR codes using camera. Using the following code I can only take the picture and save it then using my backend read the QR code ...
1
vote
1answer
29 views

Android Zxing generated barcode doesn't look like to the original

I have created barcode generator everythings works fine except one thing. First picture is original second is my created I am using this code for generating maybe there is some parameters that ...
0
votes
1answer
63 views

Zxing weird image reverse

I am writing C# lib for very simple recognize image to use it in monodroid and also using zxing port to C#. But after I read image bytes from file I do such thing, same as in zxing barcode scanning. ...
-1
votes
1answer
49 views

bar code scanner using Zxing [closed]

I have created an app of bar code reader but it works only when I keep my phone horizontally on bar code. I want to improve it so that it can work even when I keep my mobile vertically or diagonally ...
-3
votes
1answer
17 views

How can I get information about history in ZXing android? [closed]

How can I get information about history once I finished scanning? thank you
0
votes
0answers
22 views

Android zxing startActivityForResult immediately triggering onActivityResult

I am writing an android app to scan a barcode. In my main activity I have the following code: public static void getBarcode() { Intent intent = new ...
0
votes
0answers
63 views

ZXING scan from web page breaks php session

I have created a web application that utilizes the ZXING scanner from a web page (the one that is supposedly cross platform). The web application requires you to log in and then while executing ...
0
votes
1answer
53 views

How to include “Android” folder to Android Studio (ZXing)

I added "core.jar" to my project. I am trying this to implement: I got an error for this: android:name="com.google.zxing.client.android.CaptureActivity" (captureactivity not found) . I ...
0
votes
0answers
10 views

zxing IllegalArgumentException 'Too little dynamic range in luminance'

I have checkouted zxing trunk, and run the project of ScanTest that in iphone folder. It work all right with scanning QR code(2D code). But the application cann't scan barcode(1D code). So I go throug ...
0
votes
1answer
21 views

Error : Unsupported compiler 'GCC 4.2' selected for architecture 'i386'

I have downloaded zxing sdk. in that their a sample code called scantest i am trying to run that sample code in xcode 4.6.2 but it give me error. "Unsupported compiler 'GCC 4.2' selected for ...
0
votes
1answer
56 views

how can i use zxing in html5?

I currently have the zxing lib running on my silver-light project. It's not lightning fast but it works fine and accurate. However... the limitations are that some people use Linux and silver-light ...
0
votes
0answers
23 views

Zxing quiet zone inconsistent

The width of the quiet zone appears to be inconsisent. I created QR images using width of 90, 100, 120, 145, and 150. The images generated at 100 and 145 pixels have a wider quiet zone then the ...
0
votes
1answer
26 views

Use the result of a QR code scan to open an image in a new android activiy

I have a program for an android application which has 2 activies MainActivity and CarteActivity. I have a button on the MainActivity layout (activity_main.xml) which launches a QR code scanner ...
0
votes
1answer
46 views

How to include Zxing libruary to android project?

I have read some answer for this question in stackoverflow, but it is not working for me. I have already a project, and now I want to integrate QR Code and barcode reader into my project. I ...
0
votes
0answers
19 views

while implementing zxing getting error

i am implementing the zxing in my project. i have xcode 4.6.2 after following all the step i am getting below error. clang: error: no such file or directory: ...
2
votes
1answer
113 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 ...
0
votes
1answer
38 views

How to get image from scaned QR image

I am using Zxing library to get QR code from QR image. I can get QR code after scanning image. I want to get the image as bitmap with it's code/information also. How can i achieve this? I open the ...
1
vote
1answer
39 views

Having issues with ZXing.Mobile for Xamarin c# ANDROID

i'm desperately trying to get ZXing.Mobile working within Xamarin VS2012 C# but I'm struggling to find anything in the net to answer my question! :( This is the code I have: - ...
0
votes
1answer
41 views

java getBytes error

I am using ZXing library for my application and I use this class. But when I run my application I have en error on this line: String msg = "123456"; byte[] msgBinary = ...
0
votes
1answer
23 views

Continuously read Activity output without onActivityResult

I use ZXing to read barcodes in my application. When a button is pressed, I launch the program with the following code. Intent scanner = new Intent("com.google.zxing.client.android.SCAN"); ...
0
votes
0answers
3k views

how to import zxing source for android into eclipse?

I have checked out the source of zxing from Subversion, and I would like to import the source to Eclipse IDE so I can examine the code and then make my project, which uses zxing. How can I import the ...
0
votes
1answer
33 views

Android integrate Barcode scanner inside application [closed]

How can i integrate ZXing barcode scanner (or some other scanner for EAN code) in my application without using any intents.
0
votes
1answer
50 views

Apple generates wrong qr code for passbook

I have an ipad application with ZXingWidget for decoding qr codes which generates in another iphone app. When I generates qr code via chart.googleapis.com or ZXing tool everything is ok. But when I ...
0
votes
1answer
34 views

Get the barcode value in the Activity which launched the scan ZXing

I have integrated Zxing in my app and it works fine... (without using intents) Now I want to launch the scan from Activity1, and scan the barcode Activity2, and finally get the barcode scanned value ...
1
vote
1answer
95 views

Creating Product Database with zxing barcode scanner adding data to database issue

hey I'm a bit of a noob at creating Android apps , this is only my second one. I need to create an app to scan barcodes and save the info onto a database. I created a product database using zxing ...
1
vote
3answers
1k views

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 in ZXing instruction but i can't get this working. I'm including this in .mm file. I use ...
1
vote
2answers
72 views

how to get QR code type

I am working with Zxing library to decode QR code for android. I can get QR Code. Now, I want to catch what types of QR code it returns say (URL,Phone Nubmer,Plain Text etc). I tried to explore ...
2
votes
1answer
60 views

Is there a memory leak in the Android ZXing library?

I have written an Android app using the ZXing library and I am getting an java.lang.OutOfMemoryError. First, I was sure the error was on my end, so I used the Eclipse Memory Analyzer (MAT) according ...
1
vote
1answer
127 views

Importing ZXing - missing core/build.xml

I'm trying to import Google's ZXing. I downloaded the latest release from https://code.google.com/p/zxing/downloads/detail?name=ZXing-2.2.zip&can=2&q= From the cmd prompt I navigated to the ...
0
votes
1answer
38 views

differences between 2 qr codes zxing libraries

I have generated two QR codes from the same dataset using zxing libraries on android platform. Is it possible to show the differences between these two using zxing libraries as well? Any other APIs ...
0
votes
4answers
655 views

barcode scanner zxing and neoreader in my app

I have developed an android app that scans barcodes and does stuff with it. The application uses ZXing to scan the codes. However, I have found this zxing scanner very unreliable ! The percentage of ...
0
votes
3answers
41 views

add a transparent view into a translucent view

I want a view like the picture attached, the full view's background is translucent, and the view in green frame is transparent. I tried addSubview and set subview's alpha but it is not worked.
0
votes
2answers
121 views

Stop Scaning for Barcodes by Zxing in Android

I'm developing an Android application using Zxing library to read QR codes. Now I'm almost done and only one question is left. I need app to stop scanning for 10 seconds after certain event. I have ...
14
votes
4answers
4k views

Android Zxing change orientation to portrait

I'm trying to rotate Zxing display after reading a few questions and posts about the issue. After following the instructions, the display did rotate, but the rectangle of the scanner is not positioned ...
0
votes
1answer
56 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
41 views

Encode Email and URL on Android using ZXing[Solved] [closed]

EDIT ::: I have deleted the URLEncodeActivity.java file and recreate the file. Now the encoding works. Now, I have to find a way to encode Email. EDIT 2 ::: Now I got the Email Encode Working as ...
6
votes
2answers
8k views

How to develop a cross-platform QR Code reader?

I need to build a mobile application which is able to compare data in a remote database [e.g login system] and also get a string from a QR Code. I have zero experience developing mobile applications, ...
0
votes
2answers
61 views

Can you improve this solution to interfacing OpenCV 2.4+ to Zxing 1D barcode reader

I didn't find this solution on the net, had to figure it myself. So, for benefit of others, I'm posing this as a "question": Can you improve my working interface of OpenCV 2.4+ to the C++ version of ...
0
votes
1answer
63 views

com.google.zxing.client.android.ViewfinderView custom dialog fill issue

I am using com.google.zxing.client.android.ViewfinderView it's working fine but talking about view I am starting code scan after button click and it opens camera on current activity in 250x250 ...
-3
votes
0answers
34 views

zxing barcode reader produces inconsistent results [closed]

zxing based barcode reader produces inconsistent results. how to solve this?

1 2 3 4 5 17