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

Google glass - updating latitude on low frequency live card with contextual voice menu

I am trying to update longitude and latitude on low frequency live card that supports contextual voice commands(Which is possible from XE 21.0 update). Since my service renders the live card and listens to location updates, I am not sure how to add…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
1 answer

Why doesn't this Glass app appear in the Glass Launcher?

There is an Activity with data pulled from the remote API. The Manifest file looks like this
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
1 answer

Users lost after new version is uploaded to Google App Engine

I am new to Glass development... so hopefully someone has experienced this issue or can tell me what I am doing wrong. I am basically just using the Mirror API sample app downloaded from Google/GitHub. Everything works fine.. I am able to deploy it…
Mr Jones
  • 181
  • 1
  • 3
  • 12
0
votes
1 answer

Google Glass - Share Images

I'm developing a "sharing" app for Google Glass using the Mirror API. Basically, I want there to be another share option on the images and videos. Instead of just the default "Share to Google Plus," there will also be "Share to (Server)," which will…
Vivek Nair
  • 36
  • 3
0
votes
1 answer

Eclipse Plug-in Jetty Server Root Directory Location

I'm developing on Google Glass with the mirror API. I am building off the Java starter project [https://www.youtube.com/watch?v=w0WxkIEPJeQ][1]. In my app, I want one of my timeline cards to have html with an image tag whose 'src' attribute is…
0
votes
1 answer

Hello World in Google Glass

I have problem create a basic applicationn for google glass based on this tutorial. I have 2 classes. I followed exactly the same as the tutorial, but I couldn't find it in google glass. I tried from "Ok Glass", but I also couldnt find it. I have…
eng
  • 83
  • 1
  • 9
0
votes
1 answer

Developing for Google Glass with HTML5 (beginner)

I'm new to programming for Google Glass. I really like the cards possibilities (https://glass-python-starter-demo.appspot.com/) and it's great that I can submit HTML. Because the project I'm working on (for which I would like to use Glass) is an…
Bob van Luijt
  • 7,153
  • 12
  • 58
  • 101
0
votes
1 answer

Authentication for Google Glass for third party application

I have a sample GDK app ready to be loaded for glass. It would work only if the app is published, and authentication happens from Google to third-party using MyGlass page. Can someone help with this?
ipradhansk
  • 352
  • 1
  • 10
  • 36
0
votes
1 answer

Google Glass tech to improve a Manufacturing Process?

At a semiconductor chip-making facility, many machines and many hands and robots are used to produce and test wafers and chips during the very long process. It seems to me that Google Glass could be productively used for that. I am a total Google…
AnneTheAgile
  • 9,932
  • 6
  • 52
  • 48
0
votes
1 answer

How to pull attachments from Google Glass item?

I created NodeJS server that communicate with Google Glass, I want to know how to pull attachment from item, below you can see the item with attachments: Note: in my project I already have: *Send item item to glass(contact, card, location,…
kimo
  • 1,864
  • 5
  • 23
  • 29
0
votes
1 answer

Google glass- GDK app getSpeed() returns 0.0

I am trying to display the speed of the user on google glass live card. I am able to get latitude and longitude,But getSpeed() always returns 0.0. I have checked similar questions on SO ,but of no help. Here is my Code Criteria criteria =…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
2 answers

Google Glass: How to animate change card in cardScrollView?

Is it possible to do change programmatically the current card to a new position with a slide animation ? The following code only teleport to the chosen position : cardScrollView.setSelection(cardScrollView.getSelectedItemPosition() - 1);
Pull
  • 2,236
  • 2
  • 16
  • 32
0
votes
1 answer

Open URL from voice trigger with GDK

I'm trying open an URL from home screen with custom voice trigger from home screen. Something like 'ok glass, runABC' and it will open an URL with build in browser. May i know is this possible with GDK? Sample code or project will be…
0
votes
1 answer

How does Google Glass authentication work?

I am trying to create a sample test application that authenticates a user wearing Google Glass. I have read the following page https://developers.google.com/glass/develop/gdk/authentication I need to know how will the authentication actually work.…
Parth Doshi
  • 4,200
  • 15
  • 79
  • 129
0
votes
1 answer

How do I show icons for oncreate menuitems in google glass "ok glass" voice menu inside the activity?

I am trying to display icons for menu items created in an activity in google glass application. Here is my code. if (featureId == WindowUtils.FEATURE_VOICE_COMMANDS) { getMenuInflater().inflate(R.menu.voice_menu, menu); return true; } And my…
user3678419
  • 11
  • 1
  • 4