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

Gesture Recognition in Google Glass

I need to know about a feature in Google glass, whether it is available or not. I have been told that google glass contains a feature called "Gesture Detection using Camera". In other words, a system where it responds to hand commands and signals. I…
PeakGen
  • 21,894
  • 86
  • 261
  • 463
0
votes
1 answer

Hardware Fastboot Boot Method in XE11 not working?

I got stuck on my Glass unit with Launchy crashing (sideloaded the wrong version -_-) in XE11 every time I try to launch an application, including the built-in settings. The problem is for some reason I don't have ADB access anymore and because of…
0
votes
1 answer

Can a Google Glass application have menu buttons like an Android app?

Can a Google Glass application have menu buttons like an Android app?
Vny Kumar
  • 748
  • 7
  • 21
0
votes
2 answers

Is there a list of Android widgets present on Google Glass XE11?

As seen by the GDK sample code, there is a set of Android Widget classes (TextView, etc) that are supported on Google Glass. Has anyone compiled a list? I would love to know what options I am working with prior to the official GDK.
RealCasually
  • 3,593
  • 3
  • 27
  • 34
0
votes
1 answer

How do I set background image in the timeline

I am trying to set background image in the timeline of google glassware. How do I do it? How do I get image in view page? I try to set image url as attachment like TimelineItem timelineItem = new TimelineItem(); timelineItem.setText("Hello…
Moddasir
  • 1,449
  • 13
  • 33
0
votes
1 answer

Strategy for accessing native camera events on Google Glass using a Service

Background: I have a google glass, and I am thinking on an app that can grab any/all images a user takes using the native camera, and passing those images to an online service (e.g. Twitter or Google+). Kind of like a life-blogging style…
0
votes
1 answer

Subscriptions Not Receiving Timeline Notifications

Steps to Reproduce (unexpected behavior in bold): I successfully create an app contact via the Python Starter App I successfully subscribe to timeline notifications I take a photo with Glass I share that photo with my app contact The photo is…
0
votes
1 answer

Cloud Endpoints - Google Glass object has no attribute 'mirror_service'

I'm attempting to incorporate cloud enpoints into my app, I'm currently using the Python Quickstart for proof of concept. I'm having an issue when I attempt to call a method to send a card to my glass. Below is my code, please ignore the…
marty331
  • 423
  • 5
  • 12
0
votes
2 answers

How to call Google API from .NET/C# Web Application

I am struggling to call APIs hosted in Google Cloud https://apis-explorer.appspot.com/apis-explorer/?base=https%3A%2F%2Finnovative-glass.appspot.com%2F_ah%2Fapi#p/mirror/v1/ Up to my understanding, APIs are exposed as REST service. I need to make…
Manikandan
  • 673
  • 3
  • 12
  • 26
0
votes
1 answer

Google glass video input

Since there is 2 cameras on the google glass (one that can record what you see, and one that track your eyes). Do you guys have any clues if it's possible to use the "eye tracking video" as an input ? For sure, we'll have more info when the GDK is…
Panda313
  • 3
  • 2
0
votes
1 answer

Broadcast receiver for LONG_TAP com.google.glass.action.LONG_TAP not working

i amm trying to listen to the broadcast for LONG_TAP to override google search. I would like my application to define a LONG_TAP gesture. Please suggest an alternative method or a solution to this... Code: @Override public void onReceive(Context…
0
votes
2 answers

Google glass programming

I need to start up a project with Google Glass, but I have no Glass nor access to the API available at the moment. Since it runs on Android 4.0, can I program something for my Android phone and let it run on the Glasses eventually? Or would that be…
Black Magic
  • 2,706
  • 5
  • 35
  • 58
0
votes
3 answers

Pairing Google Glass with iBeacons to push glass cards (information) to device (glass)

Hey I'm a student working on a development project on a Google Glass Application that will allow users to obtain information about a restaurant/bar/etc via info cards that will push to an individual users' glass display. The technology we are trying…
0
votes
2 answers

Can I open Google Glass native app using GCM

I have an idea to open the Google Glass native application using GCM service. Could anybody help me with this. Is that possible.
Sanath
  • 493
  • 7
  • 22
0
votes
1 answer

Glass to pass intent through glass app

I have a google glass device and I know I can hack it to run native android apps. I was hoping there was a way to just pass "INTENT"s from glass to the glass app on a paired phone and have that glass app pass along those intents to another app on…
bjm88
  • 690
  • 1
  • 8
  • 16
1 2 3
99
100