Questions tagged [google-glass]

Google Glass is a project to create a commercially-viable, next-generation wearable smart device in the form of a pair of glasses featuring a head-mounted display. The product allows users to interact with the device via voice and allows other smartphone-like functionality. Google Glass runs on Android with additional APIs for developers.

Google Glass is a research and development program by Google to develop an augmented reality head-mounted display (HMD). Google Glass runs and displays information in smartphone-like format hands-free and interacts with the Internet via natural language voice commands. The prototype's functionality and minimalist appearance (aluminium strip with 2 nose pads) has been compared to Steve Mann's EyeTap. (from wikipedia)

1569 questions
3
votes
0 answers

Google Glass Video Streaming with MediaCodec

I am working on an application for live video streaming using Google Glass. Using libstreaming 3.0, H264 encoding and MediaCodec API the buffer obtained is sometimes null. If I am not mistaking, is seems that the video encoder on Glass is too…
Bamse555
  • 31
  • 2
3
votes
2 answers

SpeechRecognizer broken after Google Glass XE17 update -- how to work around?

Standard Android SpeechRecognizer was working perfectly on Google Glass XE16 - XE16.2 Then the XE17 update suddenly broke everything, with the following error and no callbacks to the Listener anymore: E/AndroidRuntime(6321): FATAL EXCEPTION: main…
Eric
  • 795
  • 9
  • 15
3
votes
1 answer

How do I start a Thread as soon as my Google Glass application starts?

So I've built a small Google Glass application using the GDK which basically fakes a push notification by opening a Thread in the background and polling a RESTful webservice every few seconds. Currently when I open the application it loads and runs…
DaveOrrock
  • 63
  • 1
  • 1
  • 8
3
votes
3 answers

Scan barcode from any distance

I have to start work with bar code scanning in Google Glass. I am quite new to it and don't have much experience about Google glass. I got a working library BarcodeEye. But I'm little bit confused as I have no device right now. Does it scan the bar…
SweetWisher ツ
  • 7,296
  • 2
  • 30
  • 74
3
votes
1 answer

Google Glass - screen won't appear after update

Now that XE16 is available, I decided to update my Glass with the new boot.img. Everything looked like it succeeded, but when I restarted the Glass, the main screen doesn't appear. When I try to use adb commands, it says my device is unauthorized…
MatthewScarpino
  • 5,672
  • 5
  • 33
  • 47
3
votes
0 answers

Glass scan QRcode with new rom XE16

Yesterday, Google offered Google Glass the newest ROM (XE16). Before the update, I used zxing to scan a QRcode, and this method was feasible, although it didn't have an autofocus function. I changed camera's ZOOM to enlarge the size of the QRcode so…
3
votes
1 answer

after updating to kitkat, my glass app that inserts cards in the time line stopped working

The app I am developing for API 15 stopped working after the glass update to KitKat. I am having the following error: java.lang.NoClassDefFoundError: com.google.android.glass.timeline.TimelineManager on the following line : mTimelineManager =…
user3542552
  • 168
  • 8
3
votes
1 answer

Application install but not displaying in Google Glass after KitKat Update

After updating the OS to kitkat 4.4.2 in Glass, the application I am installing using glassware or via usb debugging are not visible in "OK Glass" -> Immersion. Even on the glass time-line the installed app via glassware are shown as facebook 2min…
3
votes
1 answer

How can I deploy my Eclipse builds to Google Glass after updating to XE16

My Google Glass just automatically installed the latest update (XE16). After rebooting the device it turned out that all my previous deployments are removed from the device and I am not able to install my previous projects anymore. My…
BarryK88
  • 1,806
  • 2
  • 25
  • 41
3
votes
1 answer

Google Glass Android Studio Gradle issues

I am trying to build my first Google Glass app, using Android Studio 0.5.4. But am getting a build error: Error:Module 'TestApplication-TestApplication': platform 'Google Inc.:Glass Development Kit Sneak Peek:15' not found. As you can see the GDK,…
Andrew Gable
  • 2,692
  • 2
  • 24
  • 36
3
votes
1 answer

How to get Glass serial number programmatically

How can I get the 14 character alphanumeric(like LGGXXXXXXXXXXX) serial number of Google Glass programmatically?
Shankar Prasad
  • 405
  • 6
  • 17
3
votes
1 answer

Google Glass GDK: Bluetooth discoverable Intent

I try to make my Google Glass discoverable via Bluetooth in my app by calling the flowing intent: Intent discoverableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);…
3
votes
0 answers

Google Glass Proxy Configuration

Is there anyway to either configure a systemwide proxy on glass itself or a proxy setting only for my own application while its running on the glass?
hein13
  • 69
  • 1
  • 4
3
votes
1 answer

Mirror API PHP sample scripts: how to trigger timeline inserts

I installed the Mirror API sample scripts (PHP) on my (non-ssl) webserver and made some changes to it so it inserts some interesting solar panel data on my Google Glass timeline. Works fine. The adapted sample script now inserts a card on the…
3
votes
2 answers

How to read QR code in google glass android?

I am using metaio sdk for read qr and bar-code. In Google glass i am not getting perfect result because google glass dont have auto focus. But google glass wifi qr code scaning is good without auto focus. I require the same functionality like…
Nehalkumar
  • 227
  • 2
  • 15