Tagged Questions

39
votes
4answers
46k 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.
15
votes
4answers
10k 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 ...
15
votes
4answers
18k 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 ...
8
votes
3answers
4k 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 ...
5
votes
1answer
896 views

Which IPhone barcode reader

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. ...
5
votes
3answers
2k 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
4
votes
4answers
4k 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 ...
4
votes
2answers
657 views

USB Barcode scanner research

I'm doing some feasibility research with regards to a (large) book cataloging project. Any help would w/r/t good sources of information would be appreciated but the things I would specifically like to ...
4
votes
3answers
1k 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? ...
4
votes
2answers
1k views

Barcode reader program: barcode Identification methods

I am new in the Image processing, and I want to identify the QRCode in the image. Actually there are three finder patterns, and at first I need to find them. So I tried some methods, first is ...
4
votes
2answers
641 views

Does using a barcode scanner as a keyboard wedge imply you can't confirm receipt of the scan?

I have an extremely simple application running off a series of deprecated scanners that picks up a barcode scan off a serial port and sends back to the scanner an ok that it received the scan. Based ...
3
votes
3answers
351 views

How to create barcode scanner (Android)?

Can someone tell me if creating barcode scanner app (for Android) is difficult? Is OpenCV library good start? Where can I find algorithm which clearly explains how to read barcodes? I will appreciate ...
3
votes
3answers
415 views

How to generate Random Number and Barcode in windows form Using C#?

I am creating Windows application using C#. Here i have 6 numbers Batch Key:abc123 product Key:xyz456 Order key:mno789 batch Number:12345 product Number:45678 order key:97354 Here i want to ...
3
votes
4answers
5k 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)
3
votes
2answers
2k 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 ...
3
votes
2answers
2k 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 ...
2
votes
3answers
94 views

How can i read bar code from my bar code reader

i just got a bar code reader : Barcode Reader how can i read the data from this gadget with C# ? Thanks in advance
2
votes
2answers
318 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
2answers
699 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
3k views

How to read Barcode using Android Using Phonegap

i want to scan barcode using android using phonegap how can i do????
2
votes
0answers
638 views

Barcode SDK to support 1D, QR code, data matrix etc. for iPhone

I need a bar code engine to support above 3 bar code types (1D, QR code, data matrix) for iPhone. I tried zxing, zbar which in my case doesnt support data matrix. I found some commercial versions ...
2
votes
2answers
472 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
247 views

software to scan UPC codes from images

Is there a server/software that can take an image in and scan it for barcodes (UPC or otherwise) and return the number encoded in the barcode?
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 ...
2
votes
3answers
1k views

USB Barcode Scanner and WM_KEYDOWN

I am trying to write a program that can will read a barcode scanner. In addition, I need it to read the input even when the application is not the window in focus (i.e., running in system tray, etc). ...
2
votes
2answers
1k views

is there any Java supported Barcode reader device available?

I want to read barcode from barcode device using Java. Please guide me.
1
vote
1answer
42 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
2answers
86 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
0answers
28 views

Control a barcode scanner's beeper and LEDs in software

Does anybody know of any barcode scanners whereby their built-in LED and beeper can be controlled through software by sending commands TO the scanner? My software application requires that the user ...
1
vote
0answers
101 views

How to add barcode reader functionality for iPad application?

I am not aware whether any library available for barcode reader functionality for iPad application. (Using iPad2's camera) Please provide some documentation links. Thanks in advance Mrunal
1
vote
2answers
104 views

QR code and barcode reader in iphone

I want to generator and reader of QRcode and barcode from text,sms,mail and images . I had tried to use ZBAR and Zxing to read and generate the QR and barcode.But i had not able to do this.Can any ...
1
vote
1answer
399 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
1answer
385 views

How does one read from barcodes?

I would like to make a sweet iphone app that reads barcodes and generates a scene based on it. Anyone have any resources they can link me to or perhaps describe the process of their barcode ...
1
vote
1answer
937 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 ...
1
vote
0answers
249 views

symbol barcode pdf417 EMDK

I'm developing an application using the EMDK v2.4 from Symbol. I'm trying to read a PDF417 barcode using the camera imager on the MC75. It is returning a readerData.Length of 234 characters but only ...
1
vote
1answer
368 views

How do Mobile Computer Barcode Scanners Integrate into a System?

Our company is considering using hand-held bar code scanners as a part of our inventory management process and I have some technical questions about how they actually integrate with an existing ...
1
vote
2answers
2k views

EditText, OnKeyListener or TextWatcher (barcode scanning)

I'm using a barcode scanner which inserts barcode string into an EditText in this format "12345\n". Instead of using a search button, I want to trigger the search event by the "\n" character. I used ...
1
vote
1answer
695 views

Barcode web site interaction

I'm in the process of designing a web application and I'm thinking about incorporating some barcode reading to facilitate data input. Let's suppose I have a list of tasks a courier needs to do. I ...
1
vote
2answers
428 views

QR Codes - Camera Orientation/Projection

I am looking for a library or method to decode a QR Code (or potentially another form of 2d barcode) and to be able to actually determine the camera position and orientation. This seems like it should ...
1
vote
2answers
584 views

Two way communication with Barcode reader via HID POS

I wish to develop an application which implements two-way communication with a barcode reader where the application sends back an accept/reject signal to the barcode reader to indicate success or ...
1
vote
1answer
356 views

S60 Bar Code reading in my own application

How can i go about using bar code reading capabilities with my S60 application? Is there any free libs that i can use? or even comercial ones? Thanks.
1
vote
3answers
901 views

Barcode generation in Qt4

Any ideas for barcode generation into a textbox in c++ under Qt4? The idea is to have it in some kind of text format to save it and be able to read it later on. What about generating the image for ...
1
vote
3answers
969 views

Best Bar Code Scanner for both Web Form/ Win Form input

I have an application that prints eTickets. Originally I used the cool 2-D bar code because it allowed me to use the GUID as the code. However scanners that can scan 2-D bar codes are way too ...
1
vote
1answer
745 views

Using xvkbd to read a barcode. How to disable Enter key?

I am using zbarcam to read barcode from a webcam in my webapps. But, since zbarcam display a \n at the end, my form is submit. Here is what I use : read_one.py #!/usr/bin/python from sys import ...
1
vote
2answers
3k 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 ...
1
vote
2answers
268 views

Online passes with Barcode

I have to set up a system for an online-pass generator using barcodes. The module i developed lets the admins set which codes are available, and when a user requests a pass, the php script generates ...
0
votes
1answer
30 views

Data Matrix Barcode Recognition from web cam

Is there a data matrix bar-code recognition framework for Flash Action script that recognizes the bar-code from a webcam that is used by flash?
0
votes
0answers
18 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. ...
0
votes
1answer
34 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
32 views

BarCode Scanner for GS1-128 format

I am using Zxing client for developing BarCode Scanner for android. But I guess it doesn't support GS1-128 format of BarCode. Is there any other readers which can do it for android? Thanks ...

1 2