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.

learn more… | top users | synonyms

0
votes
0answers
13 views

phonegap scanner app crashing on options button press

My app to scan barcodes is working ok but when i press the menu button while scanning it crashes. The logcat is as follows 05-16 20:58:56.186: E/AndroidRuntime(8240): FATAL EXCEPTION: main 05-16 ...
-2
votes
1answer
13 views

Different Barcode numbers By same Barcode line [closed]

i have take zxing sample project and ran it .But i am surprised to see that scanning same barcode lines 2 times i received different barcode number.My test and images are plz guide me why is it so.or ...
0
votes
0answers
17 views

phonegap plugins barcodescanner disable menu button

I'm making an android app using phonegap. I'm using the barcodescanner plugin. I have a slight problem though. When I click the menu button on my phone or in the emulator it causes the app to ...
0
votes
0answers
31 views

How to retrive the type and product information of the barcode

I have created a barcode scanner which invokes zxing barcode scanner via intent. It retrives the result code and scan_result_format. How can I retrive the type (like text or product) from zxing ...
0
votes
0answers
13 views

Best traversal method for QR code data pattern (python)?

I am trying to make a QR code reader and I got success in effectively decoding QR code patterns for version 2(tested and gave fine results with many version 2 samples) only. But I found version ...
0
votes
0answers
23 views

Photocapture device Camera Hangs in Windows Phone 8

I am developing an application in Windows Phone 8. Basically in my application, i use PhotoCaptureDevice API for taking snaps and scanning Barcodes. When I go forth and come back to camera page ...
0
votes
1answer
35 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
22 views

Barcode Doent Scan, Need a Barcode Font

Could anyone help me out with barcode font. I have been using C128bHc and Free3of9 font to produce barcodes from numeric values to be used in Crystal Reports. But they dont scan. I dont know what ...
0
votes
1answer
17 views

c# motorola use datawedge only in textboxes

I use datawedge to scan barcodes in my windows mobile c#.net cf application, which works quite nice. i use a motorola es 400 for my software. But I have the problem, that datawedge works ...
0
votes
0answers
17 views

how to scan barcodes on books or products using zxing

I Have zxing barcode scanner instaled. I have created an app to scan barcodes and qr-codes.I am scanning barcodes and qr-codes on desktop its working. but it is not working for real life barcodes ex: ...
0
votes
0answers
18 views

Unable to scan 1 particular QR Code

I have build a barcode-scanner app using phonegap for iOS to scan QRcode, it work perfectly fine but only 1 set of QRcode, I m unable to scan it. the error is "Invalid position (ReedSolomonDecoder)", ...
-1
votes
0answers
29 views

Why the fragment is not working properly? [closed]

I have a menu with fragments. 1 fragment is a barcode scanner fragment. In the onListItemClick for the option coresponding to this fragment i replace the default framelayout with this fragment. The ...
-1
votes
0answers
12 views

How do i implement barcode scanner in android to scan only barcodes for certain products? [closed]

I have an application where I want to implement bar code scanning for limited number of products? Any way to limit what is a valid barcode to scan?
0
votes
1answer
30 views

Open Barcode Scanner several times

I'm trying to read QR_Code unlimited times with Barcode Scanner. I'm doing like this: for(int i = 1; i <= 10; i++){ Intent intent = new ...
0
votes
1answer
38 views

Barcode location while scanning

I'm using for my app the RedLaser library for barcode scanning (which is built off Zxing, I believe). Everything is working fine, while in scanning mode, any barcode that comes within view is ...
1
vote
1answer
54 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
1answer
60 views

Windows Phone 8 PhoneGap Barcodescanner

I've been trying to use Windows Phone 8 with PhoneGap and the Plugin (https://github.com/phonegap/phonegap-plugins/tree/master/WindowsPhone/BarcodeScanner) for BarcodeScanning. But I don't know how to ...
0
votes
0answers
8 views

Scandit for Android errors in demo - translations

Downloaded scandit and I'm trying to get the demo to work and I have 6 errors and 51 warnings, I only edited the appkey! Has anyone had the same issue? I used scanditsdk-community-android_3.3.1 - ...
0
votes
0answers
24 views

Iphone webApp Barcode Scanner

I have seen multiple examples of like below: http://ilevelupapps.com/scanner-go http://www.pic2shop.com/developers.html I'm wondering if there is a way or if even possible in my case to have a webApp ...
0
votes
2answers
123 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 ...
-1
votes
0answers
9 views

Barcodes Recognition and Reading From a given (input) image Library for .Net

I want to recognize(find) multiple bar-caodes out of given image (image can have combination of diffrenct objects e.g. mixture of T-Shirts/Cups/glasses with multiple barcodes tagged on them) and read ...
0
votes
1answer
77 views

How to set barcode in PHP?

I am creating a website using PHP to get and process the information obtained through a barcode scanner. Is it possible to store the data of patient, so on the registration slip there should be a ...
0
votes
1answer
42 views

Where can I find specifications for Receipt Barcodes?

I have a question about the barcodes at the bottom of receipts. I am looking at writing some software around it and would be interested in any specs or 3rd party software packages surrounding it. What ...
2
votes
3answers
65 views

Scan barcode into a specific textbox

I am working on bar-code scanners. The bar-code scanner that I am using is a plug-n-play type and scans the code automatically wherever you place the cursor. But what i want is that whether i can scan ...
1
vote
1answer
29 views

How can I initiate a connection to a SocketMobile 7C series scanner scanner from within an Android application?

I have a SocketMobile 7C series scanner paired with my Android tablet. I can open the Scan API object successfully and if I power cycle the scanner I get a device-arrived notification. However, if the ...
0
votes
2answers
147 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 ...
-2
votes
0answers
12 views

Barcode Reader not sending data [closed]

I am using CCD 82,RS-232 barcode-scanner, which have PS2 (Y) port. In the manual there is a setup guide for using keyboard wedge. The problem is when I scan a barcode it lights green and makes a beep ...
0
votes
1answer
79 views

How BarCode,QR Code are recognized without capturing the image?

I wonder how Bar Code and QR Code (even character) are recognized without capturing it.I have seen in many app, when we keep our device above any of these (QR/Bar Code), the app automatically ...
-1
votes
1answer
97 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
83 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 ...
1
vote
3answers
94 views

Excel tab to new line after certain amount of columns

I am wanting to set up an excel spreadsheet for data entry with a barcode scanner. The barcode scanner sends the barcode then a tab OR an enter key depending how its programmed. Basically I want to ...
1
vote
1answer
71 views

Developing for mobile devices with .NET 4.5

We're beginning the conversion of our VB6 WMS application to .NET, and part of that development will be handheld scanners(e.g. RF and bar codes) specifically the MC9090. Did Microsoft quit supporting ...
0
votes
1answer
67 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 ...
2
votes
1answer
55 views

How to prevent a key to be inserted in an EditText if it comes from a specific keyboard

i'm working with a bluetooth barcode scanner acting like a bluetooth keyboard, i want to handle the keys when my user scan something but i know he can focus any EditText in the activity so i want to ...
0
votes
1answer
45 views

Scandit SDK in landscape

I am trying to implement the Scandit SDK in my iPad application. I have some problem with the orientation though. I only support landscape and I get the following error: Supported orientations has ...
1
vote
1answer
118 views

How to allow the Nexus7 use the front camera for scanning barcode when back camera is missing

I need to ask a questrion related to barcode scanning, I am using an app that scans barcodes and searches the web fr the results. Now this is my method where i create instance of my camera object ...
0
votes
0answers
42 views

barcode image to Code25(standard 2 of 5) conversion in C#?

I have bar-code image(Code25 / Standard 2 of 5) in jpeg format and want to extract bar-code text from image. Please help! Thanks in advance!
0
votes
0answers
49 views

To implement Barcode Scanner in iOS applications with Hybrid Web Container

I would like to implement Barcode scanner in my iOS native application.As I am not sure about what I have done,I am givivng all the steps below.I used PhoneGap 2.0.0.I used the sybase document. to ...
0
votes
0answers
30 views

How do I detect whether the user has granted permissions or force APP EXIT in Cordova / Phonegap?

I have a blackberry phonegap / cordova app that uses the barcode scanner. When on device, the first time a user attempts to use the SCAN operation, it asks them if they grant permission to the ...
0
votes
0answers
52 views

Red Laser SDK integration [closed]

If we integrate an iphone app with Red Laser for barcode lookups, can we then get access to use that products data i.e. image and product description or does the integration purely allow you to ...
0
votes
0answers
55 views

Delegates with Multiple Views concerning Linea Pro Barcode Scanner

I am working on a project with the Linea Pro Hardware Barcode scanner. For getting started I used the following answer How do I use the Linea-Pro SDK for IOS? My App consists of a Navigation ...
0
votes
2answers
210 views

Various barcode reader free SDK in iOS

I am making a barcode reader app which is free. I am looking for free SDK to decode Datamatrix,QR,Aztec,UPC,EAN barcodes. I have implemented ZBar SDK as per now. Which detects QR,UPC and EAN ...
0
votes
1answer
179 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: ...
0
votes
1answer
59 views

want to stop user input by messagebox but bypassed by a Enter keydown

I'm coding a windows form application running on a barcode scanner. The plantform is .Net2.0CF/C#. What i want is whenever user input wrong, the app will pop a messagebox and block the next ...
1
vote
0answers
59 views

Unable to use barcodescanner after using torch

I'm using Phonegap 2.5 and I've downloaded the latest versions of the BarcodeScanner and the Torch. If I use the torch and then try to scan an image I get "Sorry, the Android camera encountered a ...
0
votes
1answer
143 views

Barcode scanner in wp8 app

I have a problem with implementing a barcode sanner in my WindowsPhone 8 app. I've downloaded the ZXing lib, but I don't know what to do now. There is another question: Is there a possibility to scan ...
0
votes
0answers
6 views

Need a method for deleting the last three charaters in a filter input bar for a website

I work for a delivery company that uses software hosted by a website (sort of like Citrix hosts various programs), and I was looking for a way to use macros or some sort of script that will delete the ...
-1
votes
1answer
60 views

Visual keyboard on iOS despite a external bluetooth barcodereader [closed]

i have e problem with my iPad and iPhone. When I connected my barcodereader ("symbol LS3578") I have no visual keyboard more. Just when I connected my bluetooth keyboard, but here I have a button to ...
1
vote
2answers
176 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 ...
-1
votes
1answer
46 views

pic2shop PRO barcode reader exemple [closed]

I've bought pic2shop PRO application from google play to be able to create my own inventory web app using barcode reading capability of my smartphone, without using phonegap. I've tried without ...

1 2 3 4 5 12