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
3 answers

Wink detection on Google Glass

There was a third-party app to snap pictures with winks: winky on github. This app gets the eye gesture detection service using reflection and uses it to take pictures. But the service is unavailable since XE11. Is there a way to detect winks in a…
Sufian Latif
  • 13,086
  • 3
  • 33
  • 70
5
votes
1 answer

How to publish and reveal Static Card from Glass GDK?

I updated Glass to XE12 today. I'm fascinated by the addition of Static Cards API into GDK. I was able to publish Static Card, but it doesn't focus automatically. User has to scroll to it. Am I doing something wrong, or this is a limitation of GDK…
Ostap Andrusiv
  • 4,827
  • 1
  • 35
  • 38
5
votes
2 answers

What are the relative geometries of the Google Glass camera and screen?

In regards to developing some AR applications for the device, I am wondering if the relative geometries between the virtual screen on the glass and the camera's view are specified and defined anywhere? That is, is the screen in a fixed, known…
James
  • 51
  • 1
5
votes
3 answers

How to display Google Glass screen on my PC

What tool should I use to display Google Glass screen on my desktop computer? It is needed for demo purposes.
Mando
  • 11,414
  • 17
  • 86
  • 167
5
votes
2 answers

Is it possible to have Android Voice Recognition (as a custom service) on Google Glass?

We have a demo android application (Android 4.0.3) that runs voice recognition as a service, and (continuosly) logs the results of the recognition on the view. Everything is working fine in our smartphones. We would like to replicate this scenario…
5
votes
1 answer

Getting intermittent errors when acquiring the Google Glass camera

I'm getting intermittent errors when acquiring the camera in a Glass GDK app. The app is a simple app that: responds to a Voice Trigger ("test the camera") starts an activity to take a snapshot returns to the calling Activity to display the…
Darren
  • 1,417
  • 13
  • 23
5
votes
1 answer

Pagination vs Bundling in Google Glass Mirror API

From what I read in the documentation, bundling allows you to display a sublist of cards once the user clicks on the cover. Does pagination just display a series of related cards at the top level ("root") timeline? If so, are there any good use…
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
5
votes
3 answers

Google Glass GDK Tap Gesture

With GDK and sample code provide by Google the TAP gesture is not being recognized as a TAP. Is returned as LONG_PRESS everytime. Below is the code: import com.google.android.glass.touchpad.Gesture; import…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
5
votes
3 answers

Can't insert card in timeline

I'm not able to insert a card into the user timeline using the GDK. My code is very simple : TimelineManager timelineManager = TimelineManager.from(this); Card card = new…
Jul
  • 1,039
  • 3
  • 12
  • 20
5
votes
4 answers

Voice command for apps in Google Glass?

I have an android app developed to run on the google glass. And I run it using the adb. is it possible to give configure a voice command so that I can trigger it by saying "Ok GLASS" + "My Command" ??
Amalan Dhananjayan
  • 2,277
  • 1
  • 34
  • 47
5
votes
2 answers

Is Intent.ACTION_CALL supported in Google Glass GDK?

I'm trying to get an android app running on Google Glass to make a call. This is the code to call the intent: String uri = "tel:+44....." ; Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse(uri)); startActivity(intent); And…
Kevin
  • 11,521
  • 22
  • 81
  • 103
5
votes
1 answer

How can I start an intent from a card in Google Glass

I've tried this app, Crystal Shopper : https://crystalshopper.herokuapp.com/ which seems to be able to start an application from a card. As you can see in this screenshot https://crystalshopper.herokuapp.com/static/images/barcode_search.png there…
5
votes
1 answer

How to launch app on Google Glass with Voice Command

I've installed an application on my Google Glasses but once I've closed it, I have to connect back to my PC to start it again. How to register my app to the list of voice commands? E.g. "Ok Glass, show me the cube". So on the main screen, you start…
Alexander Pacha
  • 9,187
  • 3
  • 68
  • 108
5
votes
1 answer

Black screen shown after camera intent

I modified the StopWatch demo Glass app to start the Camera activity via request when the side is tapped. The intent code is copied from Google's documentation. When I tap, the onPause callback for my app is fired, but the screen transitions to…
airlok
  • 425
  • 3
  • 14
5
votes
1 answer

What is the corresponding keyboard keys to Google Glass touchpad actions?

I used Settings.apk and Launcher2.apk to access to Android setting and paired Glass with my Bluetooth keyboard device. Now I can use arrow keys, escape and return to control my glass. If I only use left and right arrows I can not select to some…
Deqing
  • 188
  • 1
  • 9