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)

1574 questions
0
votes
1 answer

How do I pin the LiveCard using GDK?

I'm using the GDK and can't find in the documentation how to pin the LiveCard to the timeline. Can somebody help pls? Thanks.
Eduko
  • 3,322
  • 2
  • 24
  • 43
0
votes
1 answer

Authorization to send text to Google Glass

I've been having a very difficult time sending a simple message to Glass and I suspect it has something to do with authorization request. Below is my code: String AUTH="ya29.1.AADtN_WhePFbTxZdrM8wDWaVyBPgpyvph5EifU-CDQ4z9nbJxBXHLQLiaY3EDBk"; …
0
votes
2 answers

Renderscript support

Does the GDK support Renderscript? I wanted to run some image processing algorithms on Glass's Camera. However, the process crashes with a SIGSEGVfault. Here is the stack trace: 11-23 23:48:39.021: VERBOSE/RenderScript(1568): rsContextCreate…
Rahul
  • 14,340
  • 1
  • 21
  • 27
0
votes
1 answer

Subscriptions not receiving timeline notification

I'm encountering the same problem described on this question - Subscriptions Not Receiving Timeline Notifications. The last time my app received a timeline notification was on 11/13. Here's what I did: Created my project using the ASP.NET Quick…
Kyle
  • 496
  • 4
  • 14
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
  • 18,056
  • 71
  • 208
  • 385
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
  • 594
  • 5
  • 19
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,441
  • 3
  • 23
  • 32
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,323
  • 12
  • 26
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
  • 414
  • 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
  • 533
  • 2
  • 10
  • 21
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
  • 1
  • 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…
1 2 3
99
100