Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm developing an android application for a tablet (model SynchroDigital INOSOP10-4.0 RES) and I'd like to use the ZXing library to scan a QRcode containing a string. It does launch the scanner when I need it but I can't scan anything.

Actually it doesn't even work if I use directly the Barcode Scanner application, the yellow dots appear but nothing happens, no matter the luminosity, the distance or the complexity of the QR Code (tried with a huge QR Code just containing the letter "A"), it just won't work.

Yet it works perfectly with another code scanner, the one from the pic2shop app !

The tablet's webcam is 1,3MP and doesn't have autofocus.

Does the issue come from the webcam ? Are there any others libraries I can easily implement instead of the ZXing one ?

Thanks in advance.

share|improve this question
Post an example image? Something may not be valid about it. – Sean Owen Aug 10 '12 at 18:43
Post some code. – Shaiful Aug 10 '12 at 19:05
@SeanOwen : a QR code example ? I tried with different codes from different sources and it never worked (although it always worked with the Barcode Scanner app on my Galaxy S). I can't scan this one for instance : link – Wirllpool Aug 10 '12 at 20:33
@Shaiful I don't think my code matters here, because that's the Barcode Scanner application that doesn't work. If you want to know, I just call the scanner with an integrator : IntentIntegrator integrator = new IntentIntegrator(this); integrator.initiateScan(); – Wirllpool Aug 10 '12 at 20:33
1  
Is the barcode flipped over? These aren't valid; maybe some app allows it. QR codes are so easy to scan that it can't be an app issue. Post an example image of a QR code you can't scan. – Sean Owen Aug 10 '12 at 20:57
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.