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

Mirror API - Accessing the actual speech binary rather than translated text

Is it possible to access the actual speech recording, rather than the transcoded speech text from Mirror API
ina
  • 19,167
  • 39
  • 122
  • 201
2
votes
3 answers

Google Glass - launching an apk installed via adb install

How do you launch an .apk on your Google Glass device that you installed via adb install?
ina
  • 19,167
  • 39
  • 122
  • 201
2
votes
1 answer

Mirror API unauthorized_client

I tried creating a new set of API keys in console, only to receive these errors: An error ocurred: Error refreshing the OAuth2 token, message: { "error" : "unauthorized_client" } 'An error ocurred: Error refreshing the OAuth2 token, message: '{…
ina
  • 19,167
  • 39
  • 122
  • 201
2
votes
2 answers

Where to define database models for Google glass glasswares

I'm practicing writing glasswares for Google glass based on python quick start project. I'd like to collect some extra app specific data from the user and store them in database. How could I achieve that? There is a model.py in the main directory…
Babu
  • 2,548
  • 3
  • 30
  • 47
2
votes
1 answer

How to correctly subscribe to a custom menu action?

This is the code I have so far where get_url is a helper function that wraps the url with the subscription proxy url that forwards the notifications to some dummy server I hate setup. card = { 'text': 'click ok', 'menuItems': [{ …
rgrinberg
  • 9,638
  • 7
  • 27
  • 44
2
votes
1 answer

Glass or Mirror API - checking if user is on WiFi before uploading

Is there a way to determine if the user is on wifi or 3G/4G? (Use case: check before uploading)
ina
  • 19,167
  • 39
  • 122
  • 201
2
votes
1 answer

Mirror API latency when sending something to a timeline

It seems that sometimes timeline items (just text) arrive instantly and other times they take forever... Is there a way to send one at precisely the right time?
ina
  • 19,167
  • 39
  • 122
  • 201
2
votes
1 answer

Is there a way to include location information by default in images taken through Glass?

At present, when I go to Plus and look at photos taken through Glass, I see metadata like this: Location Add a location Date taken 6/7/13, 1:09 PM Dimensions 2528 x 1856 File name 20130607_130926_201.jpg File size 1.49M Camera Glass…
AKA
  • 318
  • 3
  • 15
2
votes
1 answer

Google Glass touchpad input via Android app?

I have an Android app I will be porting to Google Glass. How do I programmatically grab the touchpad input (touching side of frame with fingers) in my Android/Java code?
JDS
  • 16,388
  • 47
  • 161
  • 224
2
votes
2 answers

Playback of audio attachments

I have some basic timeline functionality working, as well as attachment uploads. I have AAC audio in an mp4 container, if I upload it as video/mp4, tapping the card will playback the file with a blank video icon. When uploading as audio/mp4,…
PrplRugby
  • 631
  • 5
  • 16
2
votes
2 answers

Modify Settings.apk to work with Project Glass

I am trying to build the Settings.apk to be used on Glass from the Hacking Glass session at Google I/O here: https://www.youtube.com/watch?feature=player_detailpage&v=OPethpwuYEk#t=500s He mentions that in order for settings apk to work one line in…
Jeff Thomas
  • 4,728
  • 11
  • 38
  • 57
2
votes
1 answer

Surpress double photos in Google Glass timeline?

Currently when you share a photo from Glass, that action leaves a card in your timeline. (For example, sharing a pic to G+ results in a second timeline card of that picture with a little G+ icon in the lower-right corner) If you share immediately…
AKA
  • 318
  • 3
  • 15
2
votes
1 answer

What's the license of the Playground samples?

I've been trying to find what license the HTML/JSON samples on the Mirror API Playground are covered by, but I can't seem to find it. The sample projects are all covered by Apache 2.0, as well as all the client libraries. But there are no licence…
Marcus Forsell Stahre
  • 3,766
  • 1
  • 17
  • 14
2
votes
1 answer

Setting dimensions for video attachment for Timeline item

Mirror API allows you to insert a timeline item with a video attachment. Is there a way to set the dimensions of the video so that it doesn't look stretched out for non 16:9 videos?
kenster
  • 3,177
  • 1
  • 16
  • 11
2
votes
2 answers

Google glass clear cache

I was trying to resize an image to fit into a timeline template. (if it matters, I'm using the html attribute of the timeline) However, it was not rendering it properly. I got frustrated. Then I figured out that glass is using the same image. I just…
advantej
  • 20,155
  • 4
  • 34
  • 39