A barcode reader (or barcode scanner) is an electronic device for reading printed barcodes. It consists of a light source, a lens and a light sensor translating optical impulses into electrical ones.
83
votes
4answers
102k 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.
43
votes
6answers
34k 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 ...
4
votes
2answers
6k views
Barcode Scanner implementation on Java
Good sirs, I have a question. The school Java project I am currently working on requires me to have a USB Barcode Scanner as an external input to be connected to my laptop. I haven't actually bought ...
22
votes
8answers
32k views
Free barcode scanner SDK for iOS (iPhone)
I need a free barcode scanner SDK for iPhone 3G and iPhone 4, any suggestions? (it needs to be free)
10
votes
9answers
7k views
How to distinguish between multiple input devices in C#
I have a barcode scanner (which acts like a keyboard) and of course I have a keyboard too hooked up to a computer. The software is accepting input from both the scanner and the keyboard. I need to ...
54
votes
4answers
34k views
how to scan barcode using phonegap
I need to scan a barcode using phonegap in Android and iPhone.
Is there a way to do this? If yes, please share links.
5
votes
1answer
11k views
Calling barcode scanner on a button click in android application
I have downloaded the zxing 1.6 and was able to successfully run a standalone barcode scanner through it. Now this scanner is in another project and (the CaptureActivity) and I have my app's different ...
1
vote
1answer
1k views
Barcode Reader for 3G
I am newbie to iPhone application. But recently I saw a post asking for Barcode Reader for 3G iPhones. And people(including me) have referred to zxing which works on 3GS or later and if you want to ...
15
votes
4answers
5k views
looking for best barcode scanner library, besides zxing
I am looking for some best barcode libraries on all platforms. I know zxing but wondering more libraries besides it. Any help is appreciated~
13
votes
5answers
18k views
Enhanced iOS barcode scanner library?
We're creating an iOS app that basically scans badges at events and collects contact info. We're looking for an iOS library that can read not only the number of the barcode, but also any additional ...
12
votes
3answers
9k views
Windows Phone 7 BarCode scan library or capability?
Is there a good BarCode scan capability or library for Windows Phone 7?
I assume the library will scan a taken image from the phone, and return a BarCode for the image, if available.
Also, is there ...
6
votes
7answers
6k views
Barcode reader SDK for iPhone to read DataMatrix
i have been looking for a long time to get a free sdk to read 2d datamatrix barcode for iPhone, i was successful in getting sdks for QR Code and all other 1D codes.
I tried using ZXing (but this ...
7
votes
4answers
13k views
Reading a barcode using a USB barcode scanner along with ignoring keyboard data input while scanner product id and vendor id are not known
Is there a way to read from a USB barcode reader while ignoring the keyboard and not knowing the PID or VID of the USB scanner? I know that there is a way of differentiating between USB scanner input ...
2
votes
1answer
1k views
Suitable api to get product details from scanned barcode iphone app?
Am developing sample barcode scanner app. I using ZBar API to scan the barcode from the product. It is working very fine. Now, looking to get the product of the scanned barcode. I want to get the ...
0
votes
1answer
3k views
Android ZXing implementation
I created a project with the ZXing source code. That works fine.
After I changed the package name
com.google.zxing.client.android
to
com.google.zxing.client.android.vofox
But it shows ...
30
votes
5answers
37k views
Reading barcodes with android
Hi I am developing an application for the android htc hero. I am looking into ways of using the inbuilt camer to read 2D barcodes and extract the string returned from the barcode. I have only recently ...
13
votes
2answers
4k views
Embedding ZXing in android app
So I'm another unlucky android development beginner who needs to have ZXing barcode scanner embedded in his app.
There is plenty of questions asking how to do this here on stackoverflow but none of ...
11
votes
3answers
12k views
Android: Is there a way to implement the barcode scanner into an app?
So I'm working on a project, and I'm wondering if there is a way I can implement the barcode scanner into my android app? So it would go from my app, open the camera and take the "picture", get the ...
7
votes
2answers
5k views
Redlaser SDK alternatives
I would appreciate it if I could get some suggestions on free barcode scanner SDKs for the iPhone. The Redlaser SDK is pretty expensive.
Thanks!
See Similar Questions:
barcode framework for the ...
10
votes
3answers
11k views
Android - Barcode Scanning, Options? Zxing?
I want to create an application for Android that will be able to scan barcodes, get the information contained within the barcode and then be able to use that information in some way.
I have no idea ...
6
votes
2answers
4k 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 ...
3
votes
5answers
9k views
Getting started with ZXing on Android
I'm trying to add ZXing to my project (add a button which calls the scanner upon press). I found this: http://groups.google.com/group/android-developers/browse_thread/thread/788eb52a765c28b5 and of ...
1
vote
3answers
5k views
How to Check if User input is from Barcode Scanner or Keyboard?
I am now creating p.o.s application for company cafeteria which
the cashier scan employee id and show its information for their transaction.
My Problem is the cashier can also use their keyboard ...
4
votes
2answers
2k views
BlackBerry barcode scanning library?
Anyone got a good handle on a barcode scanning library that can be used to read in UPC-A, EAN-13 or other major barcode formats based on input from the digital camera? Does RIM have a standard library ...
4
votes
3answers
2k views
USB barcode reader in Qt4
I was wondering how could I integrate a USB barcode scanner into a Qt application, as well as a barcode printer.
I looked for tutorials but didn't find anything interesting out there. Any ideas?
...
1
vote
2answers
2k views
How can I add a Javascript listener to capture input from bluetooth barcode scanner to iPad?
I'm having trouble logging keystrokes in javascript on the iPad. The following script works on Chrome and Safari, but not iPad Safari. The bluetooth barcode scanner sends 12 digits as keystrokes, then ...
0
votes
2answers
321 views
Blackberry BarcodeScanner - barcodeDecode switch to MainScreen
Can somebody tell me how to close the Screen (which opened by the BarcodeScanner) and show the mainscreen again after the barcodeDecoded method was invoked?
I can't get it right. I tried a lot, one ...
1
vote
3answers
727 views
zbar sdk not working on iphone simulator by using camera simulator
I have to support barcode scanning on my project. I'm using zbar sdk for that.I have integrated the code and run using iphone simulator. I'm using camera simulator for scanning barcode.Its opening the ...
1
vote
3answers
11k views
How to integrate barcode scanner into an ASP.NET Web application?
How to integrate barcode scanner into an ASP.NET Web application?
Any open source library for doing it?
0
votes
2answers
1k views
What needs to be added to the android manifest file for the zxing barcode scanner?
I have used Intent to integrate the zxing barcode scanner into my application but i am lost on what needs to be in the manifest. As of right now when i click on the button to launch the camera it ...
8
votes
1answer
3k views
Which IPhone barcode reader [closed]
There are many barcode readers available for IPhone development. I intend to write an app that uses a barcode reader.
VSBarcodeReader
Commerical license. Support all iPhones
Pic2shop
Free license. ...
1
vote
3answers
7k views
Open Source for barcode reader
I am developing a barcode reader application and wants to upload it for free on appstore.
So I need a free OPEN SOURCE that helps in barcode reading through images sent from iPhone(including 3G).
I ...
9
votes
3answers
8k views
How to read barcodes using Android Phonegap?
I want to scan barcodes using Android Phonegap. How can I do this ?
5
votes
3answers
2k views
zxing integration into monodroid app
I'm trying to integrate ZXing's barcode scanner into a MonoDroid application. I see that normal Android (java) apps have IntentIntegration.java and IntentResult.java to include into their project to ...
2
votes
4answers
2k views
POS for .NET | Differentiate between (barcode) scanner and keyboard input
I want to differentiate between (barcode) scanner and keyboard input in an WPF application.
What I need is an event which occurs whenever my scanner is providing data.
In my application there is a ...
7
votes
4answers
11k views
How to read barcodes with the camera on Android?
I want my application to recognize barcodes taken by camera. Is it possible using Android SDK?
Something like this:
Barcode Scanner
3
votes
2answers
3k views
image to barcode recognition
I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/api/library that can ...
9
votes
3answers
2k views
Scanned value(using scanner) in the textbox
I am using Scanner(basic model) to scan the barcode. Scanned barcode will be captured in a textbox. In txtBarcode_TextChanged event i am getting the barcode to access.
Problem:
If i clicked the ...
8
votes
3answers
4k views
iOS PhoneGap 1.7.0 + Barcode Scanning Plugin issue
Has anyone managed to get the BarcodeScanning plugin for PhoneGap to work on PhoneGap 1.7.0?
Barcode Scanning plugin: https://github.com/phonegap/phonegap-plugins/tree/master/iOS/BarcodeScanner
The ...
3
votes
1answer
2k views
How do I use the scanCrop property of a ZBar reader?
I am using the ZBar SDK for iPhone in order to scan a barcode. I want the reader to scan only a specific rectangle instead of the whole view, for doing that it is needed to set the scanCrop property ...
0
votes
4answers
4k views
problem with barcode scanner reading value into text box
I have a barcode scanner which reads the string of the barcode and displays in the active text box.
The issue I am having, is that I need that barcode to be used as soon as its scanned (no user "ok" ...
8
votes
4answers
6k views
window.plugins undefined in cordova-2.0.0 [closed]
I'm trying to use the BarcodeScanner plugin for Cordova in a BlackBerry device without luck. The sample code makes use of this structure:
window.plugins.BarcodeScanner...
but window.plugins is ...
3
votes
2answers
4k views
Reading from an USB barcode scanner
I've got this nice USB barcode scanner and I'd like to readthe input using the USB driver and not the keyboard input.
How can this be accomplished using .NET? any ready libraries? I couldn't find ...
2
votes
2answers
5k views
How to scan PDF417 2d barcode? [closed]
is their any SDK which was read the PDF417 2D barcode. Or any open source to use in iphone application.
Thanks,
1
vote
2answers
1k views
How can I implement a QR code reader in my android app without using phonegap? [closed]
I want to implement a QR scanner with my android application but I am not getting any perfect solution
I want to have a inbuilt Scanner without using ZXing or phonegap.
1
vote
6answers
3k views
Is it possible to read/access the bar-code scanner values using PHP & MySQL?
I am trying to enable a PHP website to recognize barcode input.
I will load a web page in a browser, the focus (cursor) is set to recieve input into the text box.
I will be having a barcode ...
1
vote
1answer
2k views
How to fill-in two input[text] in an HTML form using a barcode reader?
I have a web page with one input text for the barcode content and a select for the barcode type.
So using the database, it is possible to generate the barcode in the good format.
A normal final user ...
1
vote
2answers
5k views
How to read a EAN-13 bar-code from an image in C?
I would like to read a EAN-13 bar-code from an image in C.
I found the OpenCV library that should help me to compute the image as well as an article about an iPhone App that can read Sudoku.
But in ...
0
votes
1answer
2k views
How to write a barcode scanner in Android using zxing
I want to integrate bar-code scannerin my Android application.
I attempted to add the zxing library, but all my app does is show the camera view without scanning.
http://code.google.com/p/zxing/
...
0
votes
3answers
2k views
How to use scanner in c#.net application
I have a barcode scanner(Symbol-ls2208) but i dont know how to read information from it to my application (in C#). Can anyone help me in this problem with sample code?
Os: Windows XP.
scanner: ...


