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

Can I test a program for Google Glass without Google Glass?

Can I write and test a Hello World program for Google Glass without actually having it? Is there an emulator I can use to test the app?
9
votes
5 answers

DDMS unable to see Google Glass

I am trying to get Eclipse and DDMS to see my Google Glass device. I have followed the instructions found here: https://developers.google.com/glass/develop/gdk/quick-start However the DDMS device list is still empty no matter what I do. I have tried…
9
votes
2 answers

Adding the "ok glass contextual voice menu" within an immersion activity

Is there a way to insert the "ok, glass" trigger into an immersion activity on Glass? I want to make the launch of my application as seamless and quick as possible. Making an immersion application seemed to be the way but I can not find a way to…
Sevros
  • 157
  • 1
  • 10
9
votes
3 answers

Offline emulator for Google glass OS

I've found an online google glass emulator. Who knows does (or will) google provide any offline emulator for developers?
overflowed
  • 185
  • 1
  • 1
  • 4
9
votes
4 answers

Coding for Google's Project Glass, is learning Google Android for mobile the way to go?

I am excited about the possibilities that come with Project Glass. Based on an article I read on the New York Times, they said it (Project Glass) will be based on the Android software - The glasses will use the same Android software that powers…
Julian
  • 1,853
  • 5
  • 27
  • 48
8
votes
1 answer

Glassware auth: android.accounts.OperationCanceledException "Sharing credentials is not allowed: canceling."

We're trying to implement GDK glassware auth; have uploaded our beta APK to the Google Glass team and successfully implemented our MyGlass login page. We are now attempting to access the token via the steps listed here:…
8
votes
4 answers

Android SpeechRecognizer when do I get ERROR_CLIENT when starting the voice recognizer?

I am not sure about some documentation related stuff. To sum up what I did and what I want to to: I managed to introduce voice recognition feature into an Android application that is running on Android 4.2 on a tablet, and it works ok. Now I want to…
Ispas Claudiu
  • 1,890
  • 2
  • 28
  • 54
8
votes
1 answer

How to override camera button of Google Glass

For Google Glass app I need to override the shortcut button of camera in google glass. Let me explain the scenario : Google glass have shortcut camera button which help to capture image faster. After capturing the image that can be shared via email…
Siddiq Abu Bakkar
  • 1,949
  • 1
  • 13
  • 24
8
votes
2 answers

Google Glass Camera Autofocus?

I read this article, which claims Google glass can autofocus. However, this code returns false: getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_AUTOFOCUS) I could not find a definite answer on Google Glass Tech specs. Does…
display name
  • 4,165
  • 2
  • 27
  • 52
8
votes
4 answers

Create "ok glass" style menu, within glass app

I have just begun developing for Google Glass, and I knew the GDK if fairly new so this may not be possible yet, but here's what I'm trying to to: As with the "make a call" prompt or the "send a message to" prompts on the "okay glass" screen, I…
tVoss42
  • 554
  • 4
  • 16
8
votes
2 answers

How can I launch Directions from GDK

I'd like to tie into the directions functionality on Glass, in a similar method to the Mirror API Get Directions menu. Is there a way of launching directions via a URI within a GDK application?
LewisBenge
  • 2,706
  • 16
  • 20
8
votes
1 answer

Mirror API Playground

When I enter my Client Id of an app that is authorized for Mirror API on the Mirror API Playground, and click Authorize, it opens an oAuth screen with an error: Error: origin_mismatch Request…
Cecilia Abadie
  • 345
  • 1
  • 7
8
votes
2 answers

Is it possible to register a top-level intent in the Mirror API?

Example "top-level actions" would be "Google," "take a picture," etc. Is it possible using the Mirror API to register a custom top-level event? "OK Glass, crunchify me." A secondary question I have is if it's possible to take user speech. Using the…
arjs
  • 2,835
  • 4
  • 22
  • 18
7
votes
1 answer

Google Glass App, Please select Android SDK in Edit Configuration

First, let me walk you through the process in which I am getting my error. First, I created a successful Glass Project into Android Studio 3.0.1. My other project will run completely, but when I run my glass app I get the error "Please select…
Umesh AHIR
  • 738
  • 6
  • 20
7
votes
1 answer

Service outlives parent application on Google Glass?

I have a service that is running in the same process. I start the service using startService(). …
jellyfication
  • 1,595
  • 1
  • 16
  • 37