0
votes
0answers
41 views

Zxing QR code scanner app shows camera preview stretched and rotated [duplicate]

I have an app which uses Zxing scanner lib for scanning everything works fine on all phones but issue arised when I used it on a chines tablet with 800 X 480 resolution 7 inch tab, the camera preview ...
0
votes
1answer
152 views

Android camera auto focusing stops when unplugged from the charger

I am using ZXing Barcode Scanner library in my app and I'm experiencing the following bug: camera auto focus works only if the device is plugged to the charger. As soon as I unplug the device, the ...
-2
votes
3answers
219 views

ZXing on Android: how to set camera in negative mode?

I want to use zxing in an android project. I have download the code and the example app is running now (ZXingTestActivity). For your information, i am not very familiar with coding native android. I ...
0
votes
0answers
39 views

Scanner becomes blurry after scanning

I am using zxing library for iPhone to implement a QR reader app. After the first scan (that is very slow comparing to other scanning apps), the scanner view becomes blurry white. Why does it happen ...
-1
votes
1answer
234 views

barcode Scan with Flash using ZXing in android… [closed]

good morning I need help to implement ZXing to scan barcodes using the camera's LED flash. that when you run the scan can also turn on the flash of the camera. thanks
-1
votes
1answer
297 views

Flash light mode using barcode with zxing android [closed]

I can help turn the camera LED when I launch the intent to read bar codes with ZXing Thank you.
0
votes
1answer
211 views

Instance is disposed for shared resource when navigate back from barcode scan view

I have a barcode scan feature in my app. There's a barcode button on main page, the user clicks that and goes to barcode scan page. But when it navigates back, I get a message box saying that: This ...
0
votes
1answer
805 views

Iphone Zxing: QR code scanning code not working in Release build

I have integrated Zxing source code for QR code scanning in my Iphone project. Until I built Zxing's project in Debug mode, it scans QR codes perfectly but in Release mode, the application is not ...
1
vote
0answers
347 views

How to integrate socket camera in android zxing library

I have created a project with zxing library and to integrate webcam in emulator, I've followed these instructions A java application with webcambroadcaster is working and when I run it, it starts ...
-1
votes
2answers
2k views

zxing integration- camera error

i'm working on an android app with zxing barcode scanner integration. it's camera preview with a button which initiate barcode scanner. (I used this) App works fine, but only first scan. When i want ...
0
votes
1answer
467 views

ios zxing with front or rear camera

Im using ZXing, is working fine on my new app, but i would like to integrate the option of front or rear camera, so far the only reference to this i've found is on the google group But is not very ...
1
vote
1answer
217 views

integrating ZXing barcode reader in symbian

I am trying to integrating ZXing barcode in my symbian application but i its working only in the UI class but i want to integrate in listbox view so that when i click list item Zxing has to open. is ...
-2
votes
0answers
85 views

How to scan live images using camera in Black berry os6 phones? [duplicate]

Possible Duplicate: How to scan images using camera in Black berry? I have started one project in which I want to implement QR code scanning functionality. Say for example: ZXing in ...
4
votes
1answer
2k views

Zxing barcode camera options

I want to integrate the zing barcode scanner to my android application. so i used zing integrator as follows public Button.OnClickListener mScan = new Button.OnClickListener() { public void ...
0
votes
1answer
2k views

How to write a barcode scanner in Android using zxing

I want to integrate bar-code scannerin my Android application. I attempted to add the zxing library, but all my app does is show the camera view without scanning. http://code.google.com/p/zxing/ ...
3
votes
1answer
1k views

Can I control the flashlight without using android.hardware.Camera?

The use of front light option with zxing1.6 barcode scanner does not work on my Nexus One. I need to be able to use the flashlight in my app, but you can't have two instances of the camera running. Is ...
3
votes
3answers
1k views

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: ...