Questions tagged [barcode-scanner]

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.

2274 questions
165
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
  • 11,780
  • 17
  • 50
  • 73
144
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,839
  • 4
  • 15
  • 15
73
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,300
  • 4
  • 14
  • 20
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
  • 11,559
  • 22
  • 84
  • 142
49
votes
9 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.
  • 6,181
  • 11
  • 50
  • 88
40
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
  • 973
  • 2
  • 11
  • 20
35
votes
9 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
  • 2,910
  • 6
  • 47
  • 73
35
votes
12 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?
MyTitle
  • 17,348
  • 50
  • 147
  • 265
34
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
  • 381
  • 1
  • 4
  • 6
27
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
  • 341
  • 2
  • 6
  • 6
24
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,049
  • 6
  • 15
  • 24
24
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…
NatoBoram
  • 1,933
  • 2
  • 18
  • 42
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
  • 5,956
  • 19
  • 87
  • 150
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
  • 557
  • 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
1
2 3
99 100