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

Deploying Mirror API project to Google App Engine

I have been trying to deploy the Mirror API quickstart project for Java that Google provides onto Google App Engine using Maven. I downloaded the code from github(https://github.com/googleglass/mirror-quickstart-java) and changed the client ID and…
0
votes
1 answer

How to maintain a certain FPS for an app while continuously receiving data to visualize?

My glass/android app continuously receives data from other computer using TCP or UCP connection, and the received data are used for visualization on the fly. I'm wondering how we can maintain a certain FPS (for example FPS 30), and also stably and…
0
votes
1 answer

Install google glass app to android mobile

I'm developing app for google glass. I don't have glass, so i used to install file to android device. I referred this document Installing Google Glass in an Android Phone . But when i install and open my own custom voice trigger app, it won't open.…
0
votes
1 answer

Where to request for new Glass voice trigger command?

The category of Glass application that I am working on does not fall into any item in the current list of voice trigger commands. Is there an official way of submitting a request for a new voice trigger?
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
2 answers

Updating a Card in a CardScrollAdapter from an AsyncTask

I've implemented a CardScrollAdapter to show a list of Cards in Google Glass. Each card has text and an image. I want the image to come from a content provider (specifically, MediaStore.Video.Thumbnails) so it must be loaded in an AsyncTask. How…
aleph_null
  • 5,766
  • 2
  • 24
  • 39
0
votes
2 answers

Connectivity problems with Glass

I've created a small Glass app and am trying to help someone else side load the .apk file directly on on their Glass as part of internal testing. I had them install the Eclipse + ADT Bundle, run the SDK Manager, etc (i.e. the basic instructions…
Nerdtron
  • 1,486
  • 19
  • 32
0
votes
1 answer

Google Glass: How to customize appearance of Home Screen and Menu Items on Google Glass?

Are you able to customize the appearance at all on the first two screens of Google Glass? 1) The Home screen card with time and "ok glass". 2) The Menu Item card with "ok glass," and a list of available voice actions. For example, add an image,…
bluebox
  • 3
  • 1
0
votes
1 answer

Add input field to card in Google glass

I am planning to add an input field (just like an EditText) to my Card. I am using the GDK. At present I have created a layout as below
Parth Doshi
  • 4,200
  • 15
  • 79
  • 129
0
votes
1 answer

Load local html file to Google Glass

I developed an app for displaying my HTML pages in android. I used webview to display my local html pages. It working fine.I need to use this same local html file to Google Glass. Is it possible? I used below code for android. File f =…
0
votes
1 answer

How can I enhance my usage of a menu layout?

How can I create a settings menu for my application that let's me show more information about the current status? With the menu layout it appears that I can only set these attributes:
antonio
  • 540
  • 1
  • 5
  • 19
0
votes
1 answer

How do I load the website into the main activity window rather than a new window?

I used the google glass gdk web loading example void openWebPage(String url) { Uri webpage = Uri.parse(url);Intent intent = new Intent(Intent.ACTION_VIEW, webpage); if (intent.resolveActivity(getPackageManager()) != null) { …
0
votes
1 answer

Google Glass: Card not being displayed

Need help to display a sample card in the glass timeline(refer image). All i need is to launch the card when one taps when "ok glass" is displayed and scroll to view the card(image 2), the same via voice command also does not work. I tried launching…
userDK
  • 13
  • 1
  • 4
0
votes
1 answer

How to publish live card in Google Glass before unpublishing the previous instance of the livecard

So I'm publishing a Live Card on Google Glass using the GDK, but I can't work out a way to unpublish the card after I publish a new one. If I don't it goes back to the clock screen and looks bad. Here's my liveCard Publishing, can you select an…
DaveOrrock
  • 63
  • 1
  • 1
  • 8
0
votes
0 answers

Getting Error while deploying the glass mirror API java starter on public tomcat server

I have deployed the war file of starter project with some small modification in index.jsp and MainServlet.java. Now when I am hitting the server I am getting the error: java.lang.NullPointerException …
Arpit
  • 35
  • 6
0
votes
0 answers

Google Glass - How to switch between normal talk and voice commands?

In the Glass application that I am working on, two users can talk to each other. Once the application starts running, I turn on the speech recognition. When the user says "Talk On," I stop speech recognition, start capturing audio data, and send it…
Peter
  • 11,260
  • 14
  • 78
  • 155