Skip to main content

Posts

Showing posts with the label barcode-scanner

Capture image when scanning bar code

I'm using BarcodeScanner from phonegap-plugins, it is working fine, but i want to capture the image when it completes scanning and gives success result. I want that captured image which i'll show that this barcode is scanned. From this url i got BarcodeScanner plugin. Thanks in advance

Barcode scanner application which sends result to a PHP application [closed]

I'm not sure that this is the right place to ask this, but I'm going to give it a try. I'm looking for an application that can read a barcode and then send the code to another application. The second application is a PHP one, an e-commerce website. The first application, the one that reads the code, can also be an iOS or Android application, I don't mind. Long story short I need an application that scans a barcode and then sends the result to a PHP application. Did any of you happen to use something like this before? Thank you.

ISBN barcode search using eclipse/android

I know it is possible to scan a movie and see if the movie is available at the store. How would I do this using zxing? I did look over the links pertaining this and I am having a difficulty time understanding it all. I did download the .apk file and convert it to .zip, but I do not see any classes in the folders. I am really confused and I wish there was a web site that explains how to use zxing to make this possible. anyone have any web sites they know of that will get me started? thanks.

Using Phonegap Barcode Scanner on Iphone

I'm trying to add a barcode scanner to a JQM phonegap project for iOS. I have followed the instructions listed, although I'm not 100% sure if I did the first and last steps correctly. Copy the .h, .cpp and .mm files to the Plugins directory in your project. You may need to set the compile options for zxing-all-in-one.cc to turn off optimization. I directly copied the three files into the plugins folder in xcode. It isn't giving me any errors, but it also isn't working. I have no idea how to do compiler options in xcode, so I haven't done the last step. Currently my app still runs with no errors and running the scan function opens the camera with the ui for the barcode scanner up. The problem is that it doesn't seem to be either looking for or finding barcodes, it just stays up and does nothing (until you hit cancel, then it displays the cancelled message correctly). Anyone have any ideas what's wrong or where I should look?

Using Phonegap Barcode Scanner on Iphone

I'm trying to add a barcode scanner to a JQM phonegap project for iOS. I have followed the instructions listed, although I'm not 100% sure if I did the first and last steps correctly. Copy the .h, .cpp and .mm files to the Plugins directory in your project. You may need to set the compile options for zxing-all-in-one.cc to turn off optimization. I directly copied the three files into the plugins folder in xcode. It isn't giving me any errors, but it also isn't working. I have no idea how to do compiler options in xcode, so I haven't done the last step. Currently my app still runs with no errors and running the scan function opens the camera with the ui for the barcode scanner up. The problem is that it doesn't seem to be either looking for or finding barcodes, it just stays up and does nothing (until you hit cancel, then it displays the cancelled message correctly). Anyone have any ideas what's wrong or where I should look?