zxing

How To Use ZXing C# Port

NOTE: My original question was about whether the ZXing C# port is reliable, but here, I'm trying to figure out how to use it. Thus, they are not duplicates. I'm trying to use the ZXing C# module, but I'm having trouble. Does anyone who has used ZXing before know how to do it correctly? Unfortunately, the C# documentation is quite small....

Does Zxing RIM build work for Bold, Storm and Tour?

I need to know if the Zxing RIM build works on the latest Blackberries to scan 1d bar codes. Thanks for the help! ...

linking error in zxing while trying to use it in my project iphone

Hi, In My Project i need bar-code scanning. so i use zxing library but i m heaving some linking error and its getting me crazy. error is Undefined symbols: "zxing::BinaryBitmap::BinaryBitmap(zxing::Ref<zxing::Binarizer>)", referenced from: -[Decoder decode:] in Decoder.o "zxing::LuminanceSource::LuminanceSource()", reference...

QR Code encoding and decoding using zxing

Okay, so I'm going to take the off chance that someone here has used zxing before. I'm developing a Java application, and one of the things it needs to do is encode a byte array of data into a QR Code and then decode it at a later time. Here's an example of what my encoder looks like: byte[] b = {0x48, 0x45, 0x4C, 0x4C, 0x4F}; //conv...

Android - Barcode Scanning, Options? Zxing?

I want to create an application for Android that will be able to scan barcodes, get the information contained within the barcode and then be able to use that information in some way. I have no idea how to create a barcode scanner so I went Googling and it seems Zxing is the most commonly used way to implement a barcode scanner in an app...

how to include ZXing in iphone project

Hi All, I have downloaded ZXing 1.5 and am trying to include this in my iPhone project. I have got the Barcode iphone project provided by Zxing to build on its own (And i can offer advice n this if any one is stuck) But i am unsure how i would now incorporate this project into mine? Which classes are needed? What linking paths are...

Possible to use zxing in Silverlight (for windows phone)

Hello, is it possible to use the c# port of zxing in a Windows Phone 7 project? I've tried a couple of things but zxing makes use of System.Drawing.Bitmap while that doesn't exist in Silverlight. ...

Embedded ZXing - what am I missing?

Hi all, 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 embed the scanner in my application so that the user doesn't have to have the ZXing barcode scanner installed to use my applicatio...

phonegap / iphone / zxing

Hello all, I need to add Zxing (a qrcode reader app) to my iphone app, made in html, css & js, phonagap compiled. I have the zxing app on a side & my app (phonegap based) on the other side. If someone knows what can I do to add the zxing project (a qrcode reader function) to my phonegap based app... It will great & really appreciated ...

Getting started with ZXing on Android

I'm trying to add ZXing to my project (add a button which calls the scanner upon press). I found this: http://groups.google.com/group/android-developers/browse_thread/thread/788eb52a765c28b5 and of course the ZXing homesite: http://code.google.com/p/zxing/, but still couldn't figure out what to include in the project classpath to make it...

Problems with c# zxing port

first excuse me for the bad english, then i wanna ask you a piece of advice to solve this problem. I'm trying to use zxing C# port. I tried then to parse this image: at zxing.org which recognized it. The little program I wrote, instead produced a ReaderException. Any ideas, or anybody who wrote a piece of code which does the job? ...

How to change text when scanning barcodes with Zxing via intent in Android?

Hi! Is it possible to change prompt text that says "place the barcode inside the viewfinder..." when launching Barcode scanner (zxing) via intent (Intent intent = new Intent("com.google.zxing.client.android.SCAN")) ? I want to have prompt in my language, how should i do that? ...

how to import zxine source for android into eclipse?

Hello all, I have checked out the source of zxine from the svn,I would like to import the source to eclipse IDE so I can examine the code and then make my project that uses zxine. How can I import the source? if I go file->import->existing project into workspace eclipse doesnt seem to find the project! also do I have to import the pro...

zxing how to decode from a file?

Hello all, I am developing an application based on the zxing library and I would like the user to be able to decode a photo that is stored on the sd card. I have found an example under the androidTest example but when I tried to use it I found that in class BenchmarkThread in line 96 eclipse complained that HybridBinarizer is not known....

ZXING and LWUIT

Hello I am using LWUIT to develop ZXING application which stops taking video when video come across with a QR code. I have seen j2me codes for zxing. Unforunately I found out that I cannot use some codes coz Canvas has been used a lot which LWUIT has no canvas.You have sample codes for LWUIT users to stop gettting video when camera saw...

zxing qrcode to fit the frame size same in all devices..

Hi, I have made a android application using zxing libraries to scan QRcode generation. Its running fine with my htc magic device. What my problem is that when i try to run the same application on other devices say Motorola Droid which has big screen sizes, though it scans well, i see the scanning frame in a different position as that of...

Preferred Developer Android Phone for using the ZXing library

Using this library, ZXing, we have a project at school in which we'll implement a inventory system using Android phones. We aim to use an Android phone to be a inexpensive replacement to this: I've read some of the warnings on the FAQ for certain phones. Is there a specific phone that Android developers prefer (with use of the ZXing ...

QR-Code source that works on Blackberry

hello. i'm trying to develop an app that integrates the qr code reader as part of the functionality. i have read about zxing as the best option. but it turns out that they dont support development for blackberry, and the sample app shipped in zxing haves bugs (gives JVM runtime exception). i wonder if anyone knows a viable alternative...

unique size of the framing rectangle in zxing QR code scanner

Hi, I am a beginner to android. I am building an application to work with QR code.i downloaded the source code for zxing1.5 from the link http://code.google.com/p/zxing/downloads/list. When i try to load application with different devices i found that the framing rectangle to be in various sizes in different place,unfit to the device....

Can ZXing be used in Android with encrypted QR-codes?

The current method uses AES encrypted files. The goal is to exchange small amounts of private data using AES encrypted QR-codes. ...