cheers,
we got our hands on one exemplar of the google glass and trying out a little bit. We wanted to create a Barcode Scanner using the zxing library.
We imported these two classes: https://github.com/zxing/zxing/tree/master/android-integration/src/main/java/com/google/zxing/integration/android
and start the intent via:
IntentIntegrator integrator = new IntentIntegrator(MainActivity.this);
integrator.initiateScan();
but we get a scrambled camera image, like here: Glass camera preview display is garbled
We tried several fixes but were unable to import the zxing library to work with our project.
Best zxing/zxing github.com