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 Heating

I am having hard time developing apps for Google Glass. I have very simple app that uses Scandit bar code reader... The glass heats > 30 degrees in 5 minutes and becomes unresponsive. Anybody else encountered such a problem? Thanks.
0
votes
1 answer

Start video capture activity in Google Glass

Basically I'm creating a small app which should record video when receiving a ping from another computer. I have extended the Google Glass stopwatch example in order to create a basic live card. I removed ChronometerView.java and changed…
Sicco
  • 6,167
  • 5
  • 45
  • 61
0
votes
1 answer

Unity3d & Google Glass

I'm trying to get the gestures from the google glass to an unity app, that I'm developing but I can't detect the swipe gestures, also I tried to make a plugin to get this, but I'm not so expert on developing to accomplish this, so any one has done…
Darkmax
  • 187
  • 1
  • 9
0
votes
1 answer

Update or patch existing card in Glass timeline with google api nodejs client

Im playing around with Googles official js client for accessing Google APIs and in this case Google Glass Mirror API. I need some guidance on how to use the update or even better patch methods (see…
Ismar Slomic
  • 5,315
  • 6
  • 44
  • 63
0
votes
1 answer

Correct build.gradle for XE17

After Glass updated to XE17 and I made updates in Android SDK manager, I can no longer compile the project. This is my config: apply plugin: 'android' android { compileSdkVersion 19 buildToolsVersion "19.1" defaultConfig { …
bartek
  • 2,921
  • 5
  • 26
  • 30
0
votes
1 answer

How to list my app after "Record a video -> Share this with" voice command

After record a video with "Record a video" voice command, and if you say "Share this with", you see a list of apps via which you can share the video. I want to attach my app to this list of apps in order to let the user to share the video via my…
0
votes
1 answer

Creating Immersions, android:immersive="true" flag

Per the Creating Immersions documentation one can Specify android:immersive="true" for your element to give immersions focus after a screen sleeps and wakes up. From my experience, this returns you to the last activity that the user was…
Cole
  • 676
  • 8
  • 24
0
votes
1 answer

Is there any API to make a video call in Google glass?

In the latest update to Glass, Google dropped the Hangouts feature. Since the Glass development kit is fairly new does anyone know of any API available to do a video chat using Glass? Any inputs will be appreciated. At present I am planning to use…
Parth Doshi
  • 4,200
  • 15
  • 79
  • 129
0
votes
1 answer

Android (Glass) Unable to Detect Faces in onFaceDetection

I have a small app just to test out camera preview and facial recognition. The preview surface displays and I can see the onFaceDetection callback getting called. If I put a Log call in onFaceDetection I see it called repeatedly, but with an empty…
0
votes
0 answers

Google Glass BarcodeEye app does not scan 1-D Barcodes

I try to scan 1-D barcodes (EAN) with the BarcodeEye app (based on XZing) for Google Glass. It scans QR codes very well, but fails to recognize EAN barcodes on any of the food packages in my kitchen. I tried holding the bar codes at ranges from 10cm…
damaarten
  • 3
  • 2
0
votes
1 answer

Similar Google glass menu in my Google Glass app

I would like to implement a menu like Google glass one but inside my application on my Glass. example : https://i.stack.imgur.com/cLY21.png So, after saying "Ok Glass [Name_Of_My_App]", my app will display a menu of items. Each items are defined by…
Guillaume agis
  • 3,756
  • 1
  • 20
  • 24
0
votes
1 answer

Google Glass Navigation Handling

I've noticed while trying to switch from one Activity to another within a glass app I've built, the menu seems to get messed up and I get left with a ghost activity displayed in my LiveCard that cannot be closed. I've reviewed a few of the examples…
abeauchamp
  • 825
  • 2
  • 18
  • 29
0
votes
0 answers

Google Glass - Calling a method from another class

I am trying to create a scrollable view where the cards are taken from different activities. I have an activity with a card something like this: public class SampleA extends Activity { protected void onCreate(Bundle savedInstanceState) { …
Chirag
  • 335
  • 2
  • 3
  • 13
0
votes
0 answers

Can't run sample apps on Glass, device not visible in Android Device Chooser

(Incase the screenshots look too small, please right-click and 'open image in a new tab') I was following the steps here - https://developers.google.com/glass/develop/gdk/quick-start I turned on debugging on the Glass. Downloaded ADT. Connected the…
Vighnesh
  • 708
  • 8
  • 25
0
votes
1 answer

Game rotation vector sensor

I would like to use the game_rotation_vector sensor in an immersive card. This sensor is not available with the current version of Glass (XE17). So I would like to know how I can get the same values. Actually I would like to get the yaw, pitch and…
jan
  • 13
  • 1
  • 5