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
0
votes
0 answers

Parsing an xml url to display in form of cards

I am trying to parse a xml file and display the feeds in form of separate cards. This is what my code looks like till now: package com.bliss.android.helloworld.main; import java.io.IOException; import java.io.InputStream; import…
Chirag
  • 335
  • 2
  • 3
  • 13
0
votes
1 answer

Google Glass - set of live cards on click of another live card

I want to display a set of live cards on click of another live card. Or maybe create a bundle of live cards. Is it possible? I read somewhere that cardscrollview cant be used for live cards.
Chirag
  • 335
  • 2
  • 3
  • 13
0
votes
1 answer

Multiple app versions on Google Glass

I have been working with the GDK for Glass and I have noticed that some of my apps have two different versions installed on Glass. For example, if I go to Timer, there are two versions, same name, same everything, but I need to choose which one…
RoboCop87
  • 825
  • 1
  • 8
  • 21
0
votes
2 answers

Corrupted preview frame in 720p on Google Glass

I'm using Google Glass to stream video, and need to grab the camera frames. I'm using the OnPreviewFrame() callback to get it, and everything is fine with resolution up to 800x480. When trying to do the same with 720p resolution I get a corrupted…
ArikYa
  • 146
  • 6
0
votes
2 answers

IOException when trying to access photo taken by activity in LiveCard service

I have a simple GDK app that has a menu option on a LiveCard to take a photo. I've followed the instructions in the Documentation to use the FileObserver very similar to the example there. However, once the file is done writing, I attempt to call…
Ben
  • 16,124
  • 22
  • 77
  • 122
0
votes
1 answer

Google Glass camera display distorted

I have a phonegap app trying to be ported on the Google glass. Using the Barcode scanner plugin, I have included a barcode scanning feature for the glass device. For a given Glass gesture (swipe right in my case), the camera is invoking, reading the…
Lohith Korupolu
  • 1,066
  • 1
  • 18
  • 52
0
votes
1 answer

call speech intent in background

I'm been successful in using the webview available on glass to display inputs. The webview allows you to pan and select links. For input fields, my users will be blocked and unable to continue following. I was interested in using the GDK voice to…
StanleyZheng
  • 4,008
  • 3
  • 21
  • 24
0
votes
1 answer

NoClassDefFoundError for Binder class nested in Service class

I'm new to Android/Glass development, but I've started by tackling what seems to be a very challenging task. I am trying to send String messages over bluetooth to and from Glass and my computer. I have a Service for the bluetooth functionalities,…
RoboCop87
  • 825
  • 1
  • 8
  • 21
0
votes
2 answers

How to use Google APIs in Glass

Someone please help me out on using Google APIs in google Glass. I need to use Calendar API in Glass what approach I should take for user authentication? Do I need to use Mirror API for this ? [EDIT] My confusion lies here :- I have installed the…
Steve
  • 385
  • 1
  • 16
0
votes
1 answer

how to dismiss a static card in Google glass after X seconds?

I'm adding a static card to my google glass timeline. How can I dismiss this card after 2 seconds? Is it possible to delay-dismiss even if the activity which created this card has finished already?
Elad Benda
  • 35,076
  • 87
  • 265
  • 471
0
votes
1 answer

Google glass remote debugging (error reporting)

Can we use reporting services like ACRA to debug Google Glass GDK apps run on multiple Glass devices? Did anyone try this and if he succeeded, which library/service he used for remote debugging? If I should take special care on something, please…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
1 answer

How can I add an ellipsis to a Glass auto-paginate card?

The Glass Developer Guide page at https://developers.google.com/glass/develop/mirror/timeline#paginating indicates that you can create an auto-paginating card using something like

Very very long title and…

Prisoner
  • 49,922
  • 7
  • 53
  • 105
0
votes
1 answer

How do you use setInitialMenuItem for Google Glass menus, and do you have example code?

Google Glass online documentation mentions the method but with minimal documentation: https://developers.google.com/glass/develop/gdk/reference/com/google/android/glass/view/MenuUtils Should this be called from onOptionsItemSelected or…
0
votes
1 answer

Google Glass stuck at "Complete action using"

I was fiddling around with custom launchers on the Google GLASS (Launchy) and got this screen after a reboot (Complete action using...): Tapping the GLASS toggles the checkbox, but I can't get past this screen. I successfully uninstalled Launchy…
xikkub
  • 1,641
  • 1
  • 16
  • 28
0
votes
0 answers

Google Mirror API does not trust Godaddy G2 SSL certs?

I think Google Mirror API is not trusting Go Daddy G2 SSL certs. Anyone can confirm?