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
2
votes
0 answers

Using native C++ android camera (custom wrapper built on android sources 4.0.4) for Google Glass

We've implemented a custom camera wrapper (built on the android::camera from the android sources) in the fashion of OpenCV camera_wrapper for android. We now want to use this wrapper for Google Glass but unfortunately do not get any message for an…
Manuel
  • 21
  • 2
2
votes
2 answers

glass java starter project on appengine localhost

I created appEngine project from the Maven glass java starter project, and I am trying to run it as appengine:devserver But, when I try to access the localhost on the browser, it says:- "This webpage has a redirect loop". Also, how do I delete the…
2
votes
0 answers

Google Glass Java - AuthUtil not finding user credentials

I'm currently creating a Glassware application that is Java based and hosted on Google App Engine. Everything is going great... except for some reason AuthUtil stops being able to find the Credentials object for a user who submits a POST…
2
votes
1 answer

Insert a card that can be directly responded to

update !important: The API has changed a lot, this question shouldn't be taken into consideration anymore I am trying to use the REST api (via Node.js API) to create cards that the user can respond to and create an interaction in this way. Reading…
Fabiano Soriani
  • 8,182
  • 9
  • 43
  • 59
2
votes
1 answer

How to install Speech to text in Google Glass?

I developed an app using the Android 4.1.2 and speech to text is working well but when I tried it on the Google Glass it is not working(Activity not found exception). This is my Speech to text Code Intent intent = new Intent( …
Amalan Dhananjayan
  • 2,277
  • 1
  • 34
  • 47
2
votes
1 answer

Displaying Video on Webpage from Google Glass

I just picked up my Glass this weekend! Very excited. :) I recorded a video with my Google Glass, shared it to my application, then with my web app made an oauth connection to the Mirror API and retrieved a video content type="video/mp4" and…
TuffJuice
  • 21
  • 4
2
votes
1 answer

OAuth Unauthorized Client Error

Working on my Google Glassware and everything seemed to be going fine. I tried loading it up the other day after a while of not working on it and had an OAuth error. I tried refreshing the key and even starting a new project. The Error I got has…
user1590569
  • 55
  • 1
  • 8
2
votes
2 answers

Edit the base_css Stylesheet

Is it possibe to edit the base_css stylesheet to define your own stylesheet to create custom timecards? If not, can we create a separate stylesheet and apply it to the timecards? Thanks
Subrai
  • 61
  • 1
  • 5
2
votes
2 answers

Does or will Google Glass support wifi direct?

I know people have managed to do it, but I am really new to Android development so I am stumbling badly. I want to be able to stream camera frames from my google glass to another android device using WiFi Direct protocol. It seems to me that WiFi…
2
votes
2 answers

Deadline exceeded while posting multiple cards to timelines with a video attached

first of all i'm using python over gae and i'm trying to push a card with a video attachment to all the users that visited my glassware. This is the code: #posting video media_link = util.get_full_url(self,…
2
votes
2 answers

Google Glass callbackUrl POST from Mirror API is empty?

Apologies because the only web development I know is of the django/python kind and am probably guilty of mixing my code idioms ( REST vs django URL dispatch workflow) I have a URL handler which serves as a callbackUrl to a subscription for my…
harijay
  • 11,303
  • 12
  • 38
  • 52
2
votes
1 answer

Can I give custom voice commands to Google Glass to perform actions related to my Glassware?

I want to give custom voice commands to Glass to perform actions like 'next page' or 'delete' or any other custom commands. Can I develop an app to accept my custom voice commands? If so please help me with a reference or example or tutorial.
2
votes
1 answer

Why does it take that long for a timeline item to appear on Glass?

I admit I am making the first steps with the glass demo app - I added a few items to the timeline and I was expecting them to appear immediately on glass. But it took quite a while, maybe a minute or so. The app I have in mind needs to "push" data…
user302750
  • 207
  • 2
  • 4
2
votes
1 answer

google glass quickstart for python

I am having trouble getting the Quickstart working properly. I am new to Python and GAE and I am not a full-time programmmer, but have developed before. However, I have Python 2.7 and GAE properly installed (win7), but the Quickstart does not tell…
2
votes
3 answers

Create a text file in Google Glass

I am able to install native apps in Google Glass now. I hope to know how to create a text file using native apps in Google Glass so that I can save data to text files. Thanks!