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

How do you callibrate ARToolKit with Google Glass

I've got a project using Google Glass and AR. My pick is using Unity 3D + ARToolKit (with optical see through) since it's free. My question is, how do you install and start the Google Glass camera callibration and optical callibration for ARToolKit?…
2
votes
1 answer

Glass Development Kit installed but not found by Android Studio

I get a Gradle Sync error saying "Failed to set up SDK": Error: Module 'app': platform 'Google Inc.:Glass Development Kit Preview:19' not found. I have Glass Development Kit Preview from Android API 19 installed. My build.gradle(Module: app) is…
Shawn
  • 23
  • 3
2
votes
3 answers

How to detect if the local Android device is a wearable?

Our Android app works on regular devices as well as wearable devices such as Google Glass, etc. I need to add additional functionality if the app is running on a wearable. Is there an API to check if the device is a wearable or not? Regards.
Peter
  • 11,260
  • 14
  • 78
  • 155
2
votes
1 answer

Google Glass - Error while Installing APK

I'm trying to use Android Studio 2.1.2 to develop an app over the summer for the Google Glass. At first AS wouldn't even recognize the device and I did the whole disabling the driver signature enforcement and changing the android_winusb.inf file and…
2
votes
3 answers

errors with gradle in android studio

I am trying to build the project and run it in my google glass but when ever i am trying to build it is showing that Error:(20, 0) Gradle DSL method not found: 'runProguard()' Possible causes:The project 'gdk-stopwatch-sample' may be using a version…
2
votes
1 answer

Android Studio will not recognize Google Glass, however ADB will

I have a problem with my google glass'. It will not register in android studio as a device, but when I run "adb devices" in terminal it finds the device and list it as "device". Android studio says "please configure Android SDK". I have everything…
NicklasN
  • 484
  • 1
  • 7
  • 20
2
votes
3 answers

Google Glass are bricked - receiving "Home/Camera/Voice stopped unexpectedly" errors

Our research lab has several pair of Google Glass that we've been using in our research. Recently, one pair (that had been sitting in storage) stopped working - we booted them up about a month ago (they hadn't been used since April 2014) and during…
Nick
  • 21
  • 3
2
votes
1 answer

Android Studio Send string over socket after taking a picture [Google Glass]

What I'm trying to do: User says "find my keys" Google glass takes a picture and stores a string of what you said in a socket to be sent on a port. A second socket is created to send the picture, so the receiver has the voice string and picture…
2
votes
0 answers

How to send an automated e-mail from google glass

i am searching a solution to send an e-mail from my application for Google Glass (GDK). The E-Mail should have a picture attached, taken with Glass. I tried the approach from here which should work fine on usual Android-devices, but on Glass I am…
Malte
  • 589
  • 5
  • 24
2
votes
1 answer

Taking a picture with Android's Camera (API 19): onPictureTaken is not called

I'm being frustrated by something that should very simple: taking a picture using Android's camera API (with no preview). I've been following several answers from stackoverflow, but with no success. Initially I followed this answer (@sush): How to…
Augusto
  • 115
  • 1
  • 10
2
votes
1 answer

Defining cards as WebViews while still using CardScrollView: Google Glass

I'm trying to develop a simple Glass example (Immersion) where each card displays a WebView in fullscreen (not within CardBuilder.Layout.EMBED_INSIDE). I'm following this answer: Google Glass Immersion Custom Layout without…
Augusto
  • 115
  • 1
  • 10
2
votes
1 answer

parse.com - Android - unable to pin large size ParseObject to local datastore

I am using Parse.com on a Google Glass device and I am trying to pin a large size ParseObject (about 50 MB) to local datastore. I've noticed that after the heap memory exceeds 10MB the pinning process is paused and no exception is thrown. I've also…
crcalin
  • 979
  • 6
  • 13
2
votes
0 answers

Bad camera image with ZXing

I'm trying to use the ZXing library on Google Glass. But, when I start the activity with this lines: Intent intent = new…
adlagar
  • 877
  • 10
  • 31
2
votes
1 answer

Remove app title and icon overlay on Google Glass app

I've just developed my first Google Glass app (Android Studio) and I was hoping you all might help me work through a problem. I initially developed the app for Android and made the necessary modifications to be able to target Glass (a few updates…
EricC
  • 21
  • 1
2
votes
0 answers

Google Glass Take Picture Intent

I'm trying to take a picture with a Google Glass App. Therefore I'm using a SurfaceView which shows the camera preview in the background. The photo is taken with an intent. The problem is that the onActivityResult method belonging to the intent is…
la-ga
  • 160
  • 2
  • 13