I'm trying to understand the api zxing to develop my own barcode scanner, in doing many tests. Right now, i'm using an android terminal but it's not the best solution. So is there a solution to scan a QrCode with the Android Emulator? And if so how it works?

I'm using Eclipse with Android SDK to develop this and i haven't a webcam on my computer.

link|improve this question

80% accept rate
feedback

3 Answers

You need a camera for scanning a QR code. Until now the emulator does not support taking pictures. If you can't get your hands on a test device with a camera testing QR code apps will be very hard.

link|improve this answer
feedback

I found something online that lets you use your computer's webcam as the camera in the emulator. Give it a try. Live Camera Previews in Android

link|improve this answer
feedback

Thanks for your answers but i haven't a webcam on my computer (I edited my question).

I found a solution which consists in place a picture (QrCode, FlashCode,...) on the sdCard of the emulator but it works only with the release 1.3 of zxing. I followed this tutorial (in french): How does a scan of a QrCode with android emulator ?

So if anybody have an idea to do this with the last release, i would like to study it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.