On Google Glass, calling Camera via Intent as below immediately takes a picture instead of showing camera view finder.
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
startActivityForResult(intent, TAKE_PICTURE_REQUEST);
Does anyone know a way to show a view finder (and "Tap to Scan" text overlaying) exactly as Google Glass Settings app does when letting you scan the QRCode on (https://glass.google.com/myglass) to connect to Wifi?