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

Indeterminate Slider being dismissed

Currently implementing the last example at https://developers.google.com/glass/develop/gdk/slider but with only one card (loading card) problem is that if I scroll (swipe forward or backward) the slider gets dismissed How do I keep the slider from…
PrivatMamtora
  • 2,072
  • 2
  • 19
  • 29
1
vote
1 answer

Glass AlertDialog upsizing icon

I am following all the instruction from https://developers.google.com/glass/develop/gdk/card-design#alert but the icon displaying in alert dialog is stretched and clipped as shown below: Please guide how to correct this issue. Thank you.
Anees Haider
  • 239
  • 2
  • 10
1
vote
1 answer

How to properly use Google API Client on Glass XE22

I'm currently trying to use the following code to create an ApiClient connection mGoogleApiClient = new GoogleApiClient.Builder(this) .addApi(Wearable.API) .addConnectionCallbacks(this) …
dlsniper
  • 7,188
  • 1
  • 35
  • 44
1
vote
1 answer

Can't access photos taken within app on Google Glass

I'm on a roll here with being confused with Google Glass development! My app is currently taking photos using the built-in camera functionality and the sample code on the GDK site (https://developers.google.com/glass/develop/gdk/camera). When I take…
choupettes
  • 31
  • 4
1
vote
1 answer

Google Glass app failing with takePicture

I'm a newbie at coding for Android (but not totally to Java) and I'm trying to make a simple camera app for Google Glass. I want it to automatically take a photo every couple of minutes and process the input, but Google glass forces you to "tap to…
choupettes
  • 31
  • 4
1
vote
1 answer

How can get userToken parameter for auth GDK from callback url

I cannot get "userToken" parameter from the redirected callback url. Under Glassware GDK authorization guideline like below I should have seen “userToken” parameter on redirected callback url after turned on our glassware. GDK Authentication…
felix
  • 11
  • 3
1
vote
0 answers

Displaying a scrollable WebView on Google Glass

I'm trying to display a HTML page on the Google Glass. I've managed to do it but the page is not scrollable. Here is my code: package com.example.dbe13509.testglass; import com.google.android.glass.media.Sounds; import…
Damien Belard
  • 285
  • 3
  • 12
1
vote
1 answer

Socket.io client on Google Glass

Im trying to let my Google Glass and my android phone connect to a NodeJs server that Im running on my computer, so that I can send messages from my android phone to my Google Glass. For this Im using koush's AndroidAsync library, which works great…
1
vote
0 answers

koush AndroidAsync Socket.IO : Looks like ConnectCallback() is not triggered on Google Glass

Im trying to let my Google Glass and my android phone connect to a NodeJs server that Im running on my computer, so that I can send messages from my android phone to my Google Glass. For this I'm using koush's AndroidAsync library, which works great…
1
vote
1 answer

3D games for Google Glass

I'm wondering if anyone out there has experience working on 3D games for Glass. I'm working on a Unity game that is coming along nicely, but pushes the limits of the device pretty hard. In fact, the game is cripplingly slow if you try to play…
scone
  • 566
  • 1
  • 4
  • 12
1
vote
1 answer

EADDRINUSE When creating server socket on google glass

I am developing a google glass/android application. It is a video streaming application that has a server/client setup where the phone/glasses is the server and hooks the pc up with the session description for playing the video. It works great on…
Tyler Helmuth
  • 129
  • 2
  • 11
1
vote
4 answers

Unable to access CardBuilder class

I'm using Android Studio to build a Glass app, with my SDK Manager updated to GDK Preview API 19 Revision 9, and my device is on XE 21.3. I'm trying to use the new CardBuilder class, but it isn't available. I can still use the deprecated Card class,…
user2302078
  • 142
  • 1
  • 11
1
vote
1 answer

Keeping Android camera open across activities

I'm trying to open the Android camera and keep it running in the background constantly across multiple activities for a variety of long-running frame consumers for both Glass and non-Glass devices. This means I can not simply close the camera when…
Matt Singer
  • 101
  • 2
  • 10
1
vote
1 answer

How can I remove commands from the menu after "Ok, Glass"

I am trying to demo some glassware and would like to remove all the baked-in commands like 'Google', 'Take picture', 'Show viewfinder' and so forth. Is there a simple way to do that? So far, I have been able to get rid of a few of them (like 'Send…
RichardJohnn
  • 654
  • 9
  • 24
1
vote
0 answers

Mirror API Custom menu item voice trigger

I am currently developing an app for Glass using the Mirro API. An example of a call to Google is (Raw HTTP): POST /mirror/v1/timeline HTTP/1.1 Host: www.googleapis.com Authorization: Bearer auth token Content-Type: application/json Content-Length:…
Tomnar
  • 357
  • 2
  • 11