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

Troubles getting up and running with GDK on Android Studio

So I'm new to Glass and really want to build something on it. I downloaded one of the samples and the error that Android Studio is giving me when I try to Run is Error: Default Activity not found. Being extremely new to Android/Glass/Java…
Alex Cory
  • 10,635
  • 10
  • 52
  • 62
0
votes
0 answers

Using RunOnUI to pass data from a Service to an Activity

Need a bit of help here, I am trying to create a service that uses the microphone to listen to peaks in audio frequency. This service should run in the background and update the UI with frequency information when there is a peak. Currently the app…
0
votes
1 answer

.NET - Wierd response from Google Mirror API

I'm getting the following error when I try to post to the Mirror API using Google's .NET API. Message "Google.Apis.Requests.RequestError\r\nRequired [400]\r\nErrors [\r\n\tMessage[Required] Location[ - ] Reason[required] Domain[global]\r\n]\r\n"…
c-ram
  • 154
  • 9
0
votes
1 answer

Glass VoiceListener causes Illegal Argument exception

So I had the GlassVoice.jar VoiceListener working on Glass until I changed a few things. One was that I upgraded Glass to XE18.11, and the other was that I moved the VoiceListener to its own thread outside of the main activity. Now when I run the…
RoboCop87
  • 825
  • 1
  • 8
  • 21
0
votes
1 answer

Adding exit voice command to Google Glass

Is there a simple way to add a voice trigger to close an immersion app for google glass? I'm currently learning to write code for glass and have a basic hello world app and would like to add a voice trigger to exit back to the home screen.
ab91
  • 179
  • 16
0
votes
1 answer

Google Glass - SurfaceView inside a Live Card

I am developing a Google Glass app that uses a live card and a SurfaceView that runs in the background. What I'm trying to do is to create a dummy SurfaceView inside my custom view that the live card is rendering with DirectRenderingCallback. I have…
user990230
  • 307
  • 5
  • 13
0
votes
1 answer

Mirror Api For Glass(JAVA) gives 500 error code

I am trying to run the quick start mirror api in java for glass development.When i am trying to run it from local host the oauth2callback fails giveing me a 500 error code messege Log shows following messege in browser Problem accessing…
0
votes
1 answer

Wake up Google Glass by alternate method

As you know, after a short period of time Google Glass will go into a sleep/hibernation like state where one must swipe the side of the glasses or tilt their head back a minimum of 10 degrees to start using them again. I have a use case for a…
wakurth
  • 1,644
  • 1
  • 23
  • 39
0
votes
2 answers

Are callbacks fired when the user enters or leaves contextual voice commands?

I'm creating an Immersion with real-time content, and to avoid confusing the user, I'd like to pause and resume updating its UI while the user is interacting with the voice menu. The problem is that onPanelOpen() is called when the Activity is…
Zack Freedman
  • 153
  • 1
  • 6
0
votes
2 answers

Losing Activity focus after Contextual Voice Commands

I am trying to implement contextual voice commands in my Glass application described in the documentation. I have a FrameLayout inside my layout, and in my activity I'm implementing OnKeyDown in order to recognize taps. However, when the user says…
Arthur Ferreira
  • 311
  • 1
  • 6
  • 18
0
votes
1 answer

Messenger speak to text functionality in custom application

I am trying to recreate a function used in google's messenger app inside of my own application. The functionality is shown here: https://support.google.com/glass/answer/3086044?hl=en Specifically, "Your spoken message is transcribed into text and a…
Zarno
  • 47
  • 2
0
votes
1 answer

In activity voice input for Google glass

I have been working on a product search application for glass and was wondering if glass would support the following: Inside of an activity, after the glassware has already launched, I would like the app to prompt the user to say the name of a…
Zarno
  • 47
  • 2
0
votes
2 answers

Google Glass Time

Is there a way to get the time in Google Glass pro grammatically? I am using System.currentTimeMillis(); but it gives me a really long number such as: 1403101657961. I want the actual time that the user is looking at when he turns on Glass. Thanks.
Mark
  • 11
  • 1
0
votes
1 answer

google glass crash camera preview

So I'm writing an app for Google Glass that uses the camera to display a preview. The way I have it set up now, the app loads to a main screen from which the user navigates to the camera portion. The preview shows up then an intent is created that…
Vignesh K
  • 13
  • 4
0
votes
2 answers

In app Google Glass menu

I am trying to create a simple menu inside of a Glass application. It only consists of 4 items. I previously used ListView to accomplish this, and it worked perfectly. However, according to a number of different posts ListViews are on Google's bad…
Zarno
  • 47
  • 2