0
votes
0answers
6 views

Zxing zoom functionality in ios AVFoundation

I have been scouring the internet and have been looking high and low for any type of code to help me zoom in on barcodes using ZXing. I started with the code from their git site here ...
0
votes
1answer
44 views

I cannot read flipped-vertical qr codes with zxing

I'm trying for a while to read QR codes in my application. I can read normal QR codes but now i have to read qr codes flipped vertically. I have thought that when you use the front camera, zxing reads ...
1
vote
1answer
74 views

Zxing Front Camera Mirror Image issue

I am trying to use the front camera for the zxing barcode scanner on Android Tablet -- to make it work,i did the below changes: 1) GingerbreadOpenCameraInterface.java // if (cameraInfo.facing == ...
0
votes
2answers
142 views

How to use ZXing library wihtout installing barcodescanner app

I have been developing an android app to scan the barcode and QR code and send the results to some other application (HTTP). I have read most of the documentation over internet and here in stack over ...
0
votes
2answers
155 views

zxing barcode scanner autofocus not working

I'm able to successfully integrate barcode scanner using zxing library to make a standalone scanner. The problem that is coming in my application is the autofocus. Camera in my app is taking the ...
-1
votes
1answer
104 views

Kept having “Array out of exception” in ZXing LuminanceSource and RGBLuminanceSource using EMGU.CV camera

I am using the ZXing barcode library and the EMGU.CV camera library for my project which is to create a barcode scanner. However, I have faced a problem which is the array out of exception error in ...
0
votes
0answers
90 views

ZXING Result Points don't Match Image from QR Code on iOS

In my app, I have a QR code scanner that scans a URL from a QR code, finds the result points using getresultpoints(), and then uploads the image with points to a server. Everything runs smoothly, but ...
0
votes
1answer
68 views

Show barcode value in Barcode Scanner immediately after camera capture?

I am trying to display the scanned barcode value immediately after scanning, where the Barcode Scanner app displays, such that it might display: Found Plain Text - "Insert Barcodevalue here". Is it ...
0
votes
1answer
195 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
179 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 ...
-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 ...
-1
votes
2answers
310 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
3answers
359 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
0answers
93 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. ...
2
votes
1answer
196 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 ...
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 ...
1
vote
2answers
222 views

Zxing Galaxy S3

An application I'm building makes use of the zxing library to scan 1D and 2D barcodes. I am currently testing my app on a Galaxy S3 and each time I open the zxing Barcode Scanner app manually or ...
2
votes
1answer
111 views

What scannable barcode formats supported by zxing are usable open source?

I'm developing an android application where in I generate data matrices and allow users to input them using zxing for scanning them. However, there was a license issue raised asking if all the ...
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 ...
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 ...
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
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
2answers
317 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();"> ...
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 ...
0
votes
1answer
172 views

Zxing not scanning certain Data Matrix codes

Hi I am able to read some 2d datamatrix barcode images downloaded from internet using Zxing library but not able to read images taken from my high resolution colored camera images. Now I am converting ...
1
vote
1answer
207 views

2-D barcode detection and image spliting

I am working on 2d-barcode reader java ZXing library. Is it possible to identify 2d-barcode from an image which has multiple barcodes? I have to first split the detected 2d-barcodes into matrix form ...
0
votes
1answer
180 views

Android asks which app to use to scan barcodes

I'm using zxing in my app to scan barcodes, and I've got it scanning just fine. We have several apps that do scanning, however (different branded apps for each customer), and I see that when I start ...
0
votes
1answer
150 views

Where is the code from barcode scanner zxing saved?

I've integrated the BarCode Scanner application into my application. Now I want to use the scanned code to compare it with my database and find the product. How can I get the code? Where is it saved? ...
0
votes
0answers
440 views

QR Code scan doesn't work with Barcode Scanner

I'm developing an android application for a tablet (model SynchroDigital INOSOP10-4.0 RES) and I'd like to use the ZXing library to scan a QRcode containing a string. It does launch the scanner when I ...
0
votes
0answers
210 views

Is it possible change Barcode scanner vertical viewfinder to horizontal viewfinder in Phonegap with android

I am using the bar code scanner plugin in phone gap with android and it is working properly. I want to make some changes in the barcode scanner library.i.e viewfinder and red color line in the barcode ...
0
votes
0answers
359 views

The correct way to integrate ZXing to a PhoneGap project?

I want to give QR code scanning facility to the Android application I am building using PhoneGap. I searched and found that there is a BarCodeScanner plugin built for Android that seems to be an ...
0
votes
1answer
411 views

Android Barcode Scanner Not reading some barcodes

I am working on a Project which uses the Barcode Scanner for redeem points. I have tried Zxing,QR Droid, Red Laser,Scan Life,Shop Savy etc usig HTC EVO 3D. None of them read all barcodes. But Zbar ...
0
votes
2answers
520 views

android intent call without asking

My phonegap app using zxing barcode scanner. I aso install a demo app (barcodescanner) from zxing. Now, in my phonegap app, when I call a barcode scanner, android ask me choose which app to do this ...
2
votes
1answer
115 views

Create an app that will scan barcode in a loop until the device's battery level is depleted

I need to create an app that will scan a barcode continuously until the battery level of the device is low to the point where it turns off. I need to test how long the battery will last while scanning ...
6
votes
3answers
2k views

android: zxing barcode scan successful but not returning from activity

I am successfully using zxing to scan codes, by calling the installed barcode reader's intent, but when it beeps and indicates a good scan I expect the zxing activity would return control so I can ...
0
votes
2answers
456 views

Android pass context to onclicklistener

Can anyone tell me how I can correctly pass my application context to my button setOnClickListener? I'm attempting to scan barcodes when I click a "scan button" defined in my layout code using Zxing. ...
2
votes
1answer
176 views

Android barcode reading

I am developing a barcode scanning app and using Zxing as the barcode scanner. My app sends an intent to Zxing which fires up and allows me to scan a barcode but ... I can't get any data back. I don't ...
0
votes
1answer
1k views

Zxing Barcode Scanner PhoneGap Plugin iOS landscape mode

I have implement Zxing Barcode Scanner in ipad using PhoneGap 1.7.0 and Zxing Barcode Scanner from https://github.com/phonegap/phonegap-plugins/tree/master/iOS/BarcodeScanner. But the orientation is ...
1
vote
5answers
1k views

When Setting Flash Mode for Camera Paramters in zxing set Parameters failed exception in android

I am integrating barcode scanning functionality using zxing in android, my app includes turn on/off flash light functionality by button press. When the flash button is pressed it sets the flash to ...
0
votes
1answer
479 views

Reading 1D barcodes using zxing for iPhone

is there a way to read 1d barcodes using zxing for iPhone? The zxing's homepage says it can only be used for QR Codes but has anyone ported 1D barcode scanning to iPhone or C++?
0
votes
1answer
551 views

how to import the ZXing library for my app for Encoding QR codes(while there is preinstalled ZXing scanner app for my mobile)

I am trying to do an app to create a final QR code for the information of multiple barcodes that I have scanned. I am wondering how would you import the ZXing lib to your code? Assume that user ...
1
vote
1answer
286 views

Zxing Error While running Scan Test

'text' may be deprecated because receiver type is unknown in ZXingWidgetController.m [self presentResultForString:[twoDResult text]]; [self presentResultPoints:[twoDResult points] forImage:image ...
3
votes
1answer
560 views

How to scan the barcode of format PDF 417 using zxing app in android?

How do i scan the barcode of format PDF417 ? Do i need to pass intent extras? (Note : Zxing barcode app is already installed in my device). Please help me. Here is my code for using Zxing barcode ...
0
votes
2answers
373 views

zxing barcode scanning library for blackberry

I want to implement the barcode scanner for Blackberry device higher then 5.0. As I am quite new to barcode scanning, I tried to google it and tried searching on stackoverflow. Got few samples, but ...
3
votes
2answers
367 views

Using ZXing natively to get information of product using barcode number

I am developing an app which uses barcode to get the product information of food items after scanning the barcode. I don't want the user to install ZXing barcode app separately so I embedded the ...
1
vote
0answers
468 views

Scan Barcodes using Webcam in java

I need to scan a barcode from the selected webcam so my program can run its code from the inputs. The main problem is my lack of experience in java. What I will need: A box in a JPanel showing the ...
1
vote
1answer
2k views

Barcode Scanner (Zxing) integration issue

I am trying to integrate the barcode scanner into my application for Android devices. I was working good unless i updated my ADT to 1.7 and now I have started over and cant get past this issue, there ...
0
votes
3answers
828 views

ZXing on android - Decode performance extremely slow

As the title suggests, I am trying to decode QR codes on an android device using ZXing's Barcode Scanner app. I have read multiple threads on the internet about how it is discouraged to integrate the ...
1
vote
1answer
3k views

Setting up zxing 2.0 barcode scanner in android app

I am trying to setup barcode scanner for an android app. I was able to setup the barcode scanner using the plugin provided by phonegap. That worked fine on some phones but was not working on some HTC ...

1 2