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

How to assign menu items to Card inserted using TimelineManager?

XE12 introduced TimelineManager, which allows to add Card objects into timeline. But I don't see a way how to assign menu items to the card, is that possible?
David Vávra
  • 18,446
  • 7
  • 48
  • 56
3
votes
1 answer

Correct way to generate an httprequest to mirror api service from android

i try to push a timeline card to the Glass from my android application. i use this code: String BASE_URL = "https://www.googleapis.com/upload/mirror/v1/"; try { final HttpPost request = new HttpPost(); request.setURI(new…
ilmetu
  • 448
  • 11
  • 27
3
votes
3 answers

MediaRecorder, start failed: -19

Has anyone managed to successfully record a video using MediaRecorder on Glass? This is the code i am using in order to prepare the Recorder. I keep getting error -19. recorder = new MediaRecorder(); recorder.setOutputFile(videoFile); …
netcyrax
  • 1,079
  • 1
  • 13
  • 27
3
votes
2 answers

Exchange data between google-glass and a android device

The scenario: I have a android app running my in cellphone. I´m the owner of this app. I have a google-glass synced with this cellphone. I´m developing a my app for google-glass using the new GDK launch a few weeks ago. I want to send a data from…
Oximer
  • 548
  • 5
  • 19
3
votes
2 answers

How does the Compass Sample app use different text to its voice trigger on its card?

The voice trigger for the Compass Sample app is "show a compass": But when navigating to the card via the touch pad, it reads "Show compass": I've looked in the source code for the app and couldn't find anything. How can I do the same in my own…
Paul Young
  • 1,489
  • 1
  • 15
  • 34
3
votes
1 answer

Glass GDK: Intecept Live Card onClick

I have a Google Glass application which publishes a pair of live cards. When I click these cards it takes me into the UI for the Activity. What I'd like to do is intercept this click on one of the cards, and rather than change the view to the…
Nathaniel D. Waggoner
  • 2,856
  • 2
  • 19
  • 41
3
votes
3 answers

How to mirror Google Glass screen to PC/Mac?

I wanted to share my experience on how to mirror Google Glass screen on PC or Mac so that you can share it during your presentations, etc. Please see my answer below or add your answers.
Topsakal
  • 447
  • 5
  • 11
3
votes
2 answers

Publishing Applications/Glasswares which are developed with GDK

How can we publish/distribute applications which are developed for Glass with GDK? At submission form I don't see any APK file upload option. But I see a yes/no question(Does this Glassware use invocation voice commands?) which is a meaningful…
Devrim
  • 15,345
  • 4
  • 66
  • 74
3
votes
2 answers

How to display static map on card using GDK?

In Mirror API we can use something like:
David Vávra
  • 18,446
  • 7
  • 48
  • 56
3
votes
1 answer

Provide semantic grammar to OK Glass menu

When registering a menu item for the "OK Glass..." I'd like to some how provide a different semantic value to what is actually displayed. The example I have is "OK glass, find an ATM" is difficult for Glass to recognise and I'm thinking this is…
LewisBenge
  • 2,706
  • 16
  • 20
3
votes
1 answer

How to specify the menu string for "ok glass" launcher?

For my GDK based app, how can I specify the string to display when user taps on the "ok glass" screen and flips through the menu items? e.g. there is "Take Picture" in that menu but the corresponding voice trigger string is "take a picture" as we…
Satish
  • 121
  • 3
3
votes
1 answer

Add a sharing contact with GDK

I was looking at the Google Glass GDK, and was looking if you could add a sharing contact from your appliction. I didn't see any references to that in the official documents, and I was wondering if you could do this. Thank you for your help.
hichris123
  • 10,145
  • 15
  • 56
  • 70
3
votes
2 answers

Google GDK: Differences in calling app with voice trigger or menu affecting camera service?

I'm trying to create a Glass GDK app that uses the Camera service to show a preview. Unfortunately, I currently have a bug where a RuntimeException is thrown when trying to open a Camera using Camera.open(). I only encounter this bug when opening…
Cole Gleason
  • 191
  • 4
  • 16
3
votes
1 answer

Google Glass GDK: updating LiveCards (RemoteViews)

Having Problem updating a LiveCard using remote views. I am publishing using this code. I am assuming that you can get the LiveCard using TimelineManager.getLiveCard(id) and then publishing again. The result I get is two LiveCards. I am using…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
3
votes
1 answer

GDK Bug Reports

What is proper place to report Google Glass GDK bugs/feature request? Is it the same as Mirror API?
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141