I want to create a Google glass application in which i want to scan a QR code.
I went through this post but i couldn't get clear idea.
Can anyone please direct me how to scan a QR code and get its content in Google Glass.
Thanks
I want to create a Google glass application in which i want to scan a QR code.
I went through this post but i couldn't get clear idea.
Can anyone please direct me how to scan a QR code and get its content in Google Glass.
Thanks
which libraries have to be included to the own glass app if I want to run the scanner? What I did so far was to get this here: https://github.com/BarcodeEye/BarcodeEye The project works fine on glass :)
Greetings
Check if this will work for you, it is working on ADT (Mobile)
Have recently launched a modified version of zxing library known as BarcodeFragLib, The library is compatible for any form factor and have tested it my self to work on Google Glass :) You can find the implementation sample and code is available at https://code.google.com/p/barcodefraglibv2/wiki/HowTo
Hope this helps :)
Here is a good solution I found later on.
Here is how to start a basic glassware that starts the QR scanner, returns a result, and sets it as the view card.
Basic program, just the section
Instructions are using Android Development version of Eclipse.
Glass is running a version of Android 4.0.3. You can slideload an app using an .apk
This project, Barcode Eye, ports the ZXing project to Google Glass https://github.com/BarcodeEye/BarcodeEye
After you clone the repo, add GDK, and build you can port it to your device.
It has hooks for Amazon, Ebay and Google in it already