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

Use voice input for mirror-api cards?

I'd like to use the voice input on a mirror-api app I am developing, similar to what happens when you select the built in menu action "reply". This is in use in the app "Kitchme" to search for recipes with their custom menu action "Search for". I…
jbyeung
  • 73
  • 5
5
votes
1 answer

How to update the image on my Glassware contact?

Is there a way to force the refresh of an image that is cached for a contact card? I changed the image that is hosted on the webservice but the contact card on Glass is not updating. It has been multiple days and multiple hardware power cycles so I…
Daniel Kaplan
  • 222
  • 1
  • 8
5
votes
2 answers

Specific locations and menu items for each bundled card

Is it possible to define a specific location and menu item options for each bundled card? I am currently developing in Java, and not sure if I can include such parameters in TimelineItem.setHtmlPages(List) method. I'd like some of the bundled cards…
5
votes
1 answer

refresh rate for insert/update for subscriptions? rate,quantity, etc

I have questions related pushing messages to a user. Here is the use-case. A user is walking inside a wifi enabled warehouse and we would like to use the glasses to send critical information and warnings about the components in that building which…
Nick Tullos
  • 511
  • 7
  • 23
5
votes
1 answer

Can we have different menu items for cards formed using htmlPages attribute of the timeline?

I'm creating a bundle using timeline.html as my cover page and providing other sub-pages using the timeline.htmlPages attribute. I want to have different menu items for the cover page as well as for each of the sub-pages. Currently I dont' see any…
advantej
  • 20,155
  • 4
  • 34
  • 39
5
votes
3 answers

Google_AuthException : invalid_grant

I'm trying to setup the config.php with my values but I get this fatal error: Fatal error: Uncaught exception 'Google_AuthException' with message 'Error fetching OAuth2 access token, message: 'invalid_grant'. I entered the client ID, secret, simple…
user2328837
  • 51
  • 1
  • 2
4
votes
1 answer

java.io.IOException: bt socket is not in listen state [Android Marshmallow]

I am trying to establish a connection between nexus 5(Android 6+) and Google Glass. Client side code to connect: try { bluetoothSocket = device.createInsecureRfcommSocketToServiceRecord( BluetoothParametersHolder.uuids[0]); }…
Amit
  • 3,422
  • 3
  • 28
  • 39
4
votes
2 answers

Check out Project from Version Control Fails

I am using Android Studio 1.0.2 on Mac to develop an app for Google Glass. I have been trying to start with one of the recommended projects that Google supplies on github, but I'm running into a problem. The instructions say to open Android Studio,…
user3496084
  • 61
  • 1
  • 5
4
votes
1 answer

RecognizerIntent.ACTION_RECOGNIZE_SPEECH blocked when a tap occurs

In my main activity I launch a new Intent: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "What would you like to find?\n For example \"Open heart…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
4
votes
1 answer

Google Glass Eye Gesture Crashing (EyeGestureLib)

I am trying to check Wink from Glass using the EyeGestureLib. I created a new project and did exactly what the guy did with the sample project here. The problem part of my code is below: private EyeGestureManager mEyeGestureManager; private…
Programmer
  • 121,791
  • 22
  • 236
  • 328
4
votes
1 answer

Do Android UI Fragments work with Google Glass?

Do Android UI Fragments work with Google Glass? I'm looking into improving the responsiveness of a Google Glass app. Does general Android Fragment patterns work with Google Glass?
MikeN
  • 45,039
  • 49
  • 151
  • 227
4
votes
1 answer

Run Speech recognizer as background service in Google glass

I recently updated Google glass to the latest XE17 version. In order to do a voice recognition using Google, we use the following Intent. Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); startActivityForResult(intent,…
Parth Doshi
  • 4,200
  • 15
  • 79
  • 129
4
votes
2 answers

Is Google Glass adding margin to Activity?

When building layouts for Glass using Activity and Fragment it seems that some additional layout margins on top, left, right and bottom are present. Is there any way to reset that?
user468311
4
votes
0 answers

Live stream with libstreaming and 3G/LTE

I am using libstreaming (https://github.com/fyhertz/libstreaming) for doing streaming for my android phone to VLC. In a local network, I get to watch the streaming in VLC OK, but when i disable wifi and i Use 3g/lte, I don't get to watch the…
Bae
  • 892
  • 3
  • 12
  • 26
4
votes
1 answer

Google Glass GDK Authentication using PHP

I am trying to follow this link to authenticate user in GDK: https://developers.google.com/glass/develop/gdk/authentication It gives example in Java, but my webpage uses PHP. I know I have to use…
Lubna
  • 151
  • 9