Tagged Questions

40
votes
4answers
50k views

Using ZXing to create an android barcode scanning app

I've been searching on how to add a barcode scanner to my app. Does anybody know of any examples or know how to do this easily? Any help is greatly appreciated.
18
votes
5answers
11k views

Integration ZXing library directly into my Android application

I'm writing this in mere desperation :) I've been assigned to make a standalone barcode scanner (as a proof of concept) to an Android 1.6 phone. For this i've discovered the ZXing library. I've ...
11
votes
4answers
481 views

google.zxing barcode generator in iReport

I want put a barcode in my page and can preview it. The barcode generator is google.zxing and my reporting tool is iReport. But i dont know, how to configure Image Expression and Expression Class of ...
11
votes
5answers
16k views

QR Code encoding and decoding using zxing

Okay, so I'm going to take the off chance that someone here has used zxing before. I'm developing a Java application, and one of the things it needs to do is encode a byte array of data into a QR Code ...
3
votes
2answers
45 views

No Result From Barcode Scanner

I'm using ZXING IntentIntegrator in order to read a URL. I managed to launch the barcode scanner using: IntentIntegrator integrator = new IntentIntegrator(List8.this); dialog = ...
3
votes
2answers
453 views

Barcode Scanning is there API for getting product details etc? [closed]

I am in java Android ZXing library, and I wanted to get product details on that. Where can I go with API to get product details. Thanks
3
votes
3answers
7k views

How To Use ZXing C# Port

NOTE: My original question was about whether the ZXing C# port is reliable, but here, I'm trying to figure out how to use it. Thus, they are not duplicates. I'm trying to use the ZXing C# module, but ...
2
votes
2answers
90 views

ZXing on Android PDF417

Was anybody able to read the PDF417 barcode with use of the ZXing library on the Android OS? They are supporting this - and according to their page it is in 'alpha' stage. We are not looking for ...
2
votes
1answer
92 views

scan ean13 with iphone / android

I've already used zxing in the past to scan qr-codes with Android and iPhone devices. These apps were made with PhoneGap and a Zxing plugin for PhoneGap. As far as i know, only a QR-decoder is ...
2
votes
2answers
316 views

ZXing Barcode Scanner for Webapps

I'm trying to use http://zxing.appspot.com/scan to call Barcode Scanner from a WebApp, but I can't get it to work. Even after needlessly updating and reinstalling it, all it does is show the default ...
2
votes
1answer
429 views

Zxing barcode camera options

I want to integrate the zing barcode scanner to my android application. so i used zing integrator as follows public Button.OnClickListener mScan = new Button.OnClickListener() { public void ...
2
votes
2answers
356 views

Redlaser and Zxing issue won't scan

I am working on a phone app and U would like to use Zxing for my project. However, I know that alot of people are crazy about Redlaser so I had decided to try it out. When I went to the mall I had ...
2
votes
3answers
830 views

ZXing Android Generate 1D barcode

I've gone through the examples here regarding encoding barcode: http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java But all ...
2
votes
2answers
518 views

How to display a 1-D barcode from string in Android?

I am using ZXing via intent to scan 1D bar-codes. ZXing sends me back the type of 1D barcode that was scanned (UPC-A, Code 39, etc...) and the string that is encoded in the barcode. I would like to ...
2
votes
1answer
592 views

2d Barcode vs 1d barcode - speed, accuracy, size

I wanted to implement barcode for one of my mobile project requirements. The amount of data that is to be stored is very little (<25 alpha-numeric). I want to know if its wiser to implement a 1d ...
2
votes
3answers
783 views

Preferred Developer Android Phone for using the ZXing library

Using this library, ZXing, we have a project at school in which we'll implement a inventory system using Android phones. We aim to use an Android phone to be a inexpensive replacement to this: ...
2
votes
2answers
2k views

Embedded ZXing - what am I missing?

Sorry if this has been answered before, but I am trying to make an application that will include the ability to scan barcodes on Android. I'm looking at using ZXing as the library, however, I want to ...
1
vote
1answer
27 views

Is it possible to show numbers under a one-dimension barcode generated by ZXing?

I'm currently using ZXing in my Android app to generate a one-dimension barcode (EAN_13 and CODE_39). The result is looking good but I'd like to display numbers below the barcode, like that: Is it ...
1
vote
1answer
59 views

ZXing multiformat reading under C#?

Using ZXing with a webcam feed to try and read a variety of Barcodes/QR codes. Only one problem, it's refusing to read them. It will read one barcode I have lying around, I think a type 128, but when ...
1
vote
0answers
45 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
1answer
40 views

Generating EAN-13 barcode on Blackberry

I am tryint to generate an EAN-13 barcode in blackberry 5 sdk.I know I can do this in Blackberry 6.0 but I can not use ByteMatrix in 5.0, can you help me or give me an example about how to do this ?
1
vote
2answers
62 views

How to get raw bytes from ZXing - IPhone

i have a big problem. I have read some post and can“t solve this problem. I have a Iphone App, this app read a QR code with zxing, but the QR have a personal encryptation. When ZXing parse this bytes ...
1
vote
2answers
41 views

Is there any algorithm which can parse or decode the String results obtained from BarCode Scanner using Zxing?

Is there any algorithm which can parse or decode the String results obtained from BarCode Scanner using Zxing? I want to extract Lot number or serial number from the scanned result. Is there any ...
1
vote
1answer
68 views

Scanning Maxicode in android?

Zxing does not support UPS maxicode, Is there anyway i can implement maxicode scanning with zxing or any other solution? Any suggestions are welcome.
1
vote
3answers
121 views

How to execute BarCode scanner from ZXing sources on Java, Android?

I have just made application using BarCode scanner (ZXing 1.7). User doesn't use bar code scanner on his phone, therefore I can't add external Bar Code scanner into my application. I have added ZXing ...
1
vote
1answer
172 views

How to read Long “Code 39” barcodes with “Zxing”?

In my application I am using Zxing library for decoding barcodes. "Motorola Xoom" and "Samsung " are the target devices. The company for which I am developing this application uses Code 39 barcodes ...
1
vote
4answers
176 views

Generate and Decode QR Codes from PHP

Can anyone recommend a PHP library (if one exist) that will generate and decode QR codes? This seems to do the job: http://code.google.com/p/zxing/ but it is in Java. If I have to use ZXing, how do I ...
1
vote
1answer
454 views

Zxing Barcode scanner code

Can anyone explain to me the following code? Intent intent = new Intent("com.google.zxing.client.android.SCAN"); startActivityForResult(intent, 0); In the zxing barcode scanner code in Intents.java ...
1
vote
2answers
468 views

ZXing how to scan QR-Code AND 1D barcode?

I just imported the ZXing library in my app, I know how to set up the putExtra function to scan QR-Code barcode: INTENT = new Intent("com.google.zxing.client.android.SCAN"); ...
1
vote
1answer
154 views

Scanning Barcodes (ZXing) in a own Thread and displaying a ProgessDialog

since I know this side most of my questions have been answered be using the search. But this seems to be a special one. I am new to Google Android development, so I want to learn by doing. I want to ...
1
vote
1answer
500 views

Create/Generate Barcode usign Zxing on Android

I need to write an android aplication to create/generate a barcode using a string with the value to show. The android app had to show a pic with the barcode to be scaned with other phone. I read a ...
1
vote
1answer
1k views

android : How to use zxing based qr code with inbuilt scanner [closed]

Possible Duplicate: Using ZXing to create an android barcode scanning app I want to develop something in which the zxing scanner gives me results and i will do the rest of the job.The ...
1
vote
1answer
145 views

Android: how can i change scan range of zxing sdk?

Hi i need to scan 50 char long code 128C, but the default rnage of scaner is to small for my code so i need to customize it for the length of barcode. How can i do that
1
vote
2answers
164 views

Could anyone guide me to develop with qrcode in blackberry?

I am developing my camera application that can decoded the qrcode in real time of camera on. When I open the camera, I set the timer about every 3 seconds interval to capture picture on the screen ...
1
vote
1answer
442 views

Does Zxing RIM build work for Bold, Storm and Tour?

I need to know if the Zxing RIM build works on the latest Blackberries to scan 1d bar codes. Thanks for the help!
0
votes
1answer
55 views

Image processing for barcode detection

What would be the best way to alter an image to make it easier for zxing to detect the barcode? And how can I alter an image in such a way in java? I tried using RescaleOp to change the contrast, ...
0
votes
1answer
97 views

Adding a barcode scanner to an android application just to decode using Zxing

I've been searching on how to add a barcode scanner to my app just to decode barcodes. I found a really good application I could intergrate to do that called "Zxing" but the only problem is, it has ...
0
votes
1answer
45 views

How to identify the format of BarCode?

I have a barcode scanner implemented using "Zxing" library. I wanted to know how can i identify the type/format (like if it's UCC / Code 128 or EAN or any other) and extract Lot no. etc from the read ...
0
votes
1answer
74 views

Zxing doesn't scan 1d bar codes and doesn't shows red line

I'm trying to develop an App witch get 1d bar codes number using Zxing lib. I download the lib and I compiled it with ant. Them, I include the core.jar into my app source. Now, I wan't to get the ...
0
votes
2answers
127 views

Why Zxing barcode result always error

I am a beginner Android developer. For almost 4 days I've tried to make ZXing barcode with my own application, but the result is always zero. I finally found a tutorial that explains to connect to ...
0
votes
1answer
70 views

How to run zxing apps on avd

I m new to android i have installed BarcodeScanner3.72.apk on MY AVD for testing if it works or not My AVD Camera is working properly i can get image with it. But whenever i start Barcode Scanner ...
0
votes
1answer
139 views

How do i get the UPC code from barcode scanner?

I'm new here to stack overflow though I've been reading for quite a while on PHP and some android questions I had. My question is how can I get the data from barcode scanner (just the UPC code and ...
0
votes
1answer
113 views

Barcode Scanner is not returning result to my code/application

I have integrated the zxing application into my code as it is given in this link ...
0
votes
2answers
490 views

How to read standard barcodes (EAN) with zxing? iOS

Hi folks just a quick question, how do I read non-QR codes with zxing? I am setting the ZXingWidgetController to 1D mode, and am using a MultiFormatUPCEANReader however the barcodes just won't scan. ...
0
votes
1answer
593 views

Package com.google.zxing missing in android souce code for barcode scan

I have downloaded Zxing Barcode Scanner code for android. But i feel there is missing a package "com.google.zxing" in source code. I think there is missing library or jar file for project or ...
0
votes
0answers
151 views

issue with bar code scanner

I have developed a code for barcode scanner to read a barcode, I used the source from "ZXing site". Process I have done is following: Download the ZXing 1.7 Created a project in Eclipse for ...
0
votes
2answers
563 views

Using zxing in Blackberry 5.0

I'm stucked when implementing Barcode scanning in Blackberry 5.0 SDK, since I'm look into deep search on the internet, and found no clue. Then I started to write my own class to provide Barcode ...
0
votes
3answers
1k views

Get ZXing to work

I followed every instructions, wiki, getting started, guides, help, etc. I could find about ZXing project. After many many debugging, I finally manged to compile using ant core.jar, javame.jar, and ...
0
votes
1answer
378 views

Google's zxing (Zebra Crossing) barcode library's BitMatrix not where it's supposed to be

The javadoc lists the BitMatrix class as being in com.google.zxing.common. com.google.zxing.common Class BitMatrix java.lang.Object com.google.zxing.common.BitMatrix But after I compile the ...
0
votes
2answers
391 views

ZXing works on Xoom?

Does anyone know if ZXing barcode scanner library work on Xoom or not? I found a thread on ZXing Google Group: http://groups.google.com/group/zxing/browse_thread/thread/e16e74697d721e20 But still not ...

1 2