Search code examples
google-glassgoogle-gdk

How can I read qr code inside GDK app?


I want to read qr code from GDK app to get authorization token.

Is there any build in methods to read QR codes in GDK?


Solution

  • QR code could be obtained from bitmap using this ZXing library

    To get the bitmap Glass camera intent could be used.