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

Google Glass search in language other than English?

I have looked through the web and not found any information about if the Google Glass will have speech recognition in other languages than English? Like Google Now for example has a fine working recognition for Swedish. Or do I need to implement…
Jokez80
  • 131
  • 7
3
votes
1 answer

How to retrieve Glass XE version number?

How can I retrieve information about Google Glass with GDK, e.g. which software update is currently installed on Google Glass ?
jellyfication
  • 1,595
  • 1
  • 16
  • 37
3
votes
1 answer

Android - Voice search app?

I am trying to create a simple Google Glass app with the GDK. I have an activity that is started with a voice command. After that you get the possibility to talk what you search for, lets say you search for "football". What this activity (or…
Jokez80
  • 131
  • 7
3
votes
1 answer

Google Glass Activity Lifecycle Calls

I'm having serious trouble understanding or finding resources explaining how Google Glass responds to activity lifecycle calls. It seems that if I run a gdk (or normal apk) on glass and the glass prism dims/shuts off that Activity.onStop() sometimes…
thebehera
  • 117
  • 8
3
votes
3 answers

Request data from my Google Glass to Mirror API?

Since you can´t do all the nice looking stuff with the GDK at this point (html, images and so on) on cards. I was wondering if there is a possibility to ask a Mirror API from within my application (created with GDK) to send me some data? Example: I…
Jokez80
  • 131
  • 7
3
votes
3 answers

Authentication using Glass

We have an existing Android and iOS application that consumes REST API from our servers. The API provides a token to the authenticated users after they log in using their credentials (username, password combo.) from the mobile applications. Now,…
Ragunath Jawahar
  • 19,513
  • 22
  • 110
  • 155
3
votes
3 answers

How to distinguish google glass from other bluetooth devices?

I am tring to connect google glass to my mobile app via bluetooth and figure out how to find out which paired device is google glass. How can I distinguish google glass from other paired devices ?
jellyfication
  • 1,595
  • 1
  • 16
  • 37
3
votes
1 answer

Posting web image to Glass card

Android noob trying to figure out how exactly to do this. The goal is simple: grab an image file from the web (with a URL) and put that image onto a Google Glass card. I have a function from this question that creates a drawable from a web…
3
votes
2 answers

Stsd box could not be found when using libstreaming on Google Glass

I am trying to stream live camera video from android device to a webpage. Currently I used libstreaming library to stream camera video to VLC player. When I deployed the project on Nexus 5 device it is working fine and I can see camera video…
Minion
  • 565
  • 1
  • 7
  • 23
3
votes
2 answers

What is the maximum size of an apk on Google Glass?

I'm trying to get started with Google Glass development and I've been looking over different informative sites and blogs but was not able gather the information I am looking for. What is the max size of an .apk for an application I can deploy on…
Balu
  • 1,069
  • 2
  • 10
  • 24
3
votes
4 answers

get empty notification in production server

I develop a google glass app using mirror api. during development I used "Introspected tunnels to localhost" to receive the notification. Now I uploaded my app on production server. So now I configure my callback URL as my domain name like…
Moddasir
  • 1,449
  • 13
  • 33
3
votes
1 answer

Bottom scrollBar in CardScrollView

I have a question about CardScrollView. Since each item on the CardScrollView takes up the full card, I would like to have the scrollbar showing at the bottom of the Card to indicate there are other items within this CardScrollView just like the the…
Jacky So
  • 233
  • 5
  • 12
3
votes
1 answer

Google+ account access from GDK

I am looking for possible ways to make login functionality in my Google Glass app. Is there a way to access the Google+ account that every user is logged into using the GDK? I have read the available documentation and I cannot seem to find such a…
netcyrax
  • 1,079
  • 1
  • 13
  • 27
3
votes
1 answer

How to add Custom speech Recognition screen

I don't want a blank screen to open when speech recognition intent is called as follows: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); startActivityForResult(intent, SPEECH_REQUEST); Either I would like to give my custom…
Anshul Goel
  • 169
  • 1
  • 5
  • 16
3
votes
1 answer

can I use hebrew in Google glass speech recognition?

I read here there are 2 types of voice commands in glass: 1) choosing from a menu (e.g. "ok glass, directions to") 2) free speech recognition (e.g. "fifth avenue NYC") I want develop a glass app and want to use voice recognition. which of them can i…
Elad Benda
  • 35,076
  • 87
  • 265
  • 471