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.
IntentIntegrator integrator = new IntentIntegrator(this); integrator.initiateScan();– Wirllpool Aug 10 '12 at 20:33