I have been struggeling with that topic for some time and have no idea how to process further. For first release I don't need even QR code, just simple one. My glass API is XE22. I have already tried to use https://github.com/dm77/barcodescanner, I changed screen resolution, but seems just camera is turning on. When I install apk https://github.com/zxing/zxing/releases/tag/BSGlass-0.2.1 I have the same situation, camera is turning on, but there is no box to scan barcode. Only app which is working for me is BarcodeEye, but have no idea how to integrate it with my app. When used Intent I get the same message as @nagendra in BarCodeEye QR Cocde Scanner implementation in my application , but when try to use tip from @swooby I get message
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.aa00403.barcodetest/com.example.aa00403.barcodetest.Main}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.github.barcodeeye.SCAN flg=0x4080000 pkg=com.github.barcodeeye (has extras) }
I would be greatefull for any hint, how to do it.