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.
Questions tagged [barcode-scanner]
2511 questions
166
votes
7 answers
Using ZXing to create an Android barcode scanning app
I've been searching for how to add a barcode scanner to my app. Are there any examples or how can I do this easily?

wajiw
- 12,239
- 17
- 54
- 73
149
votes
17 answers
Integrating the 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 googled, read related topics here on StackOverflow used…

AppDev
- 2,909
- 4
- 17
- 15
74
votes
5 answers
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?

Newbee
- 1,320
- 4
- 16
- 21
70
votes
13 answers
Javascript: How to read a hand held barcode scanner best?
I'd like to be able to scan barcodes via a hand held scanner and handle the results with Javascript.
A barcode-scanner works almost like a keyboard. It outputs the scanned/translated (barcode->number) data raw (right?). Actually I just need to catch…

Mr. B.
- 8,041
- 14
- 67
- 117
53
votes
5 answers
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~

Mickey Shine
- 12,187
- 25
- 96
- 148
47
votes
6 answers
Barcode scanner for mobile phone for Website in form
I have inventory maintenance website up and running. currently the back end users are manually typing the item id on the system and using to search and do their work. I would like to automate the typing to scanning qr codes. We are trying to…

M.A
- 1,073
- 2
- 15
- 21
38
votes
10 answers
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

peter.o
- 3,460
- 7
- 51
- 77
38
votes
14 answers
Detect when input box filled by keyboard and when by barcode scanner.
How I can programmatically detect when text input filled by typing on keyboard and when it filled automatically by bar-code scanner?

WelcomeTo
- 19,843
- 53
- 170
- 286
35
votes
4 answers
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 begun working with the android sdk but I do have…

user233354
- 391
- 1
- 4
- 6
31
votes
4 answers
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 the USB Scanner since it's quite expensive for a…

user976123
- 381
- 2
- 6
- 6
27
votes
7 answers
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 accept only the scanner's input. The code is written…

Amar Premsaran Patel
- 1,293
- 7
- 17
- 26
26
votes
5 answers
Is there a way to scan barcodes in Flutter?
Basically, I'm making an app that scans a QR code to connect to a server. Then, the app will scan the barcode of products and take pictures of the item and send them to the server. My question is the following :
Is there a Flutter plugin to scan QR…

Nato Boram
- 4,083
- 6
- 28
- 58
23
votes
11 answers
Getting Camera error in Zxing Barcode Application
I am trying to use Zxing Library for developing a barcode scanner.
My activity is as follows:
public class Scanner extends Activity {
private static final String PACKAGE = "com.test.scan";
private static final String SCANNER =…

Smitha
- 6,110
- 24
- 90
- 161
22
votes
2 answers
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 them has an answer that is really understandable…

boogieman
- 567
- 2
- 5
- 10
22
votes
6 answers
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 information that's included (contact info). Does…

user695250
- 221
- 1
- 2
- 3