Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I scan a QrCode with the Android emulator without a Webcam? [duplicate]

I'm trying to understand the API zxing to develop my own barcode scanner by 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 without a webcam? I imagined something like using an image placed into the SDCard.

(I'm using Eclipse with the Android SDK to develop this and I don't have a webcam.)

like image 507
grattmandu03 Avatar asked Oct 10 '22 13:10

grattmandu03


1 Answers

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

I found a solution which in which a picture (QrCode, FlashCode,...) is placed on the SD Card of the emulator. Unfortunately it works only with the release 1.3 of zxing.

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

like image 182
grattmandu03 Avatar answered Oct 14 '22 05:10

grattmandu03