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
1 answer

Getting and using a google glass oauth2 access token from an android app

I am trying to get a glass access token to post to the glass timeline from within an android application. the user is able to select some information and send that to his glass device. String token = GoogleAuthUtil.getToken(activity, mEmail,…
Sven Haiges
  • 2,636
  • 5
  • 42
  • 54
3
votes
1 answer

Update a deleted timeline item

The documentation does not specify it but ... If a Glass user deletes a timeline item, can an authorized Glassware service use the timeline id of the deleted item and perform an update operation and have timeline item re-inserted into the Glass…
frooble
  • 155
  • 1
  • 5
3
votes
2 answers

Google Mirror API throwing BadStatusLine exception (Python)

When using the Mirror API, I randomly get a "BadStatusLine" exception from several API calls, including timeline().insert and timeline.list. From trolling around SO for simliar problems in python, I suspect this is some kind of malformed response…
Ethan
  • 486
  • 1
  • 6
  • 15
3
votes
1 answer

Google Glass mirror client api usage limit issue

I have been working on an app for Google Glass. The project was working fine until couple of days ago. Now it is giving an error and upon checking it I found I have exceeded my quota for the day. Error below: Uncaught exception from…
3
votes
3 answers

Demo Glassware via screenshare

I have built a demo application that I want to demo to a room of people. How do I go about sharing my google glass screen with the audience? I saw that in Google I/O, engineers were using something to share their screen with the audience, how do I…
3
votes
2 answers

Will GDK (Glass NDK?) Support OpenGL ES?

Does anyone know, will Google Glass support OpenGL ES? If so will it be 1.1? 2? WebGL? I am sure this will probably have to be done using the GDK (GNDK?) when it is released but are there plans to make it possible?
Jackie
  • 21,969
  • 32
  • 147
  • 289
3
votes
2 answers

Where can requests for Glass Development Kit be submitted?

The presentation today indicated that there was support on Stackoverflow but I was wondering if there's a central location where all requests are being tracked for us to follow and vote on?
azharb
  • 979
  • 6
  • 15
3
votes
1 answer

contentUrl missing for video attachments

I tried sharing a video to my app. It got the notification, but there is no contentUrl to load the video. Here is the attachments field in the notification: attachments: [{contentType: 'video/mp4', 'id': 'ps:5870152408634447570'}] The…
avh
  • 101
  • 3
3
votes
3 answers

How can i see Google Mirror API at Google APIs console

I followed this article: https://developers.google.com/glass/quickstart/java and try to create a Google APIs Console Project. But in Services tab I don't see Google Mirror API to enable it!
2
votes
1 answer

How to recognize the Google glass swipe up gesture with Flutter?

I'm a beginner with Flutter and I'm trying to get the gestures from a Google Glass Enterprise Edition 2. I have found that the GestureDetector does not detect the swipe/tap movements of the Glass and that they are detected as keys. So I use the…
Mathilde G.
  • 23
  • 1
  • 7
2
votes
1 answer

Google Glass Entreprise Edition 2 : Failed to Initialize Debug Data

I am having the following error displayed on Android Studio when using the Camera2 API with the Google Glass Entreprise Edition 2: E/CamX: [ERROR][CORE ] camxpipeline.cpp:1606 InitializeDebugDataBuffer() Failed to Initialize Debug Data This…
AlixL
  • 372
  • 2
  • 13
2
votes
0 answers

How to pass data from Normal Android app to Google glass app and viceversa?

I have no idea on GoogleGlass just searching on it. I have checked below links but I think below links are deprecated and I am unable to find a way to pass the data.I have searched for more than 4 days but unable to find a way to pass the…
Naveen
  • 481
  • 2
  • 6
  • 23
2
votes
0 answers

Application lost the surface error, Android Studio - Google Glass

I'm a beginner on Android Studio. I make the Google Glass Application to record video. I received 'Application lost the surface' error. I tried some solutions, but I could not resolve this error. This is my Google Glass App Code. import…
2
votes
1 answer

Waiting for device when fastboot flash boot my google glass

My google glass has not been updated. I am trying it from last 10 days. I have followed all the steps given by google ( https://support.google.com/glass/answer/3226482?hl=en ) I have decided to boot my google glass So,I followed doc…
Umesh AHIR
  • 738
  • 6
  • 20
2
votes
0 answers

Flash a Glass Enterprise Edition with a Explorer Edition image

I have a Google Glass Enterprise Edition from Streye (https://streye.com) . Is it possible to flash it with a firmware from https://developers.google.com/glass/tools-downloads/system to be able to use it like an Explorer Edition? Or will I brick my…
Ezane
  • 21
  • 2