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

Using Slider on LiveCard

Is there a way to use a Slider on a Livecard ? I've been using them on Activities, but on Livecards I just need to publish a RemoteView on the timeline, so there is no Activity to pass to the Slider.
Mateo
  • 500
  • 4
  • 11
0
votes
2 answers

EyeGesture and EyeGestureManager clarity needed

Google review team requires glassewares to: Dim the screen if there isn't an expectation that a user is looking at it. This is consistent with the "in the here and now" experience of Glass. Glassware should always dim the screen if there isn't…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
0
votes
1 answer

:app:dexDebug Android studio 1.0 Gradle error 1 - The specified path was not found

Error: Execution failed for task ':app:dexDebug'. com.android.ide.common.internal.LoggedErrorException: Failed to run command: C:\Users\JosephSlawsky\Android\sdk\android-sdk\build-tools\21.1.1\dx.bat --dex --no-optimize --multi-dex --main-dex-list…
0
votes
1 answer

Google Glass Wildcard Voice Command

I have voice commands in my Google Glass app working, with a R.id.add_item and R.id.remove_item for a list-type app. However, I would like to be able to let the user say, "Add Item, Apple". I cannot find any information on how to do this. My…
erdekhayser
  • 6,537
  • 2
  • 37
  • 69
0
votes
1 answer

Google Glass communicating with App Engine

I am making glassware (with the GDK) that makes a picture, requires a description and sends this data to the App Engine (to my deployed war). The Mirror API should then insert a timeline item in all Glasses that are authenticated to receive messages…
0
votes
1 answer

mSlider.startIndeterminate() not working

I'm switching to the Slider API for indeterminate progress bars. I'm following this tutorial. Everything works, except the fact the indeterminate progress bar doesn't appear. The end result is supposed to look something like this: Here is the…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
0
votes
1 answer

Pairing Android Wearable with Google Glass

I'd like to ask if someone knows if it's possible to pair a android wearable device (like a smartwatch) directly with google glass to get sensor informations like heart rate. Or is this just possible with a smartwatch being coupled with both…
G-Wak
  • 53
  • 3
  • 12
0
votes
1 answer

System clock on my Glass device is wrong?

So I'm developing an app for Glass which involves setting alarms for certain times and dates. However, when looking at the logcats on Android Studio, I can see that the time is wrong--WAY wrong. Like 2 weeks, 9 hours and some change off. It is my…
0
votes
1 answer

Blur Camera View on Google Glass

I looked around all internet and still has no solution to my issue. I am trying to launch a very simple AR app on Google Glass. Project is created in Unity 3D with Vuforia plugin. I already got app on the GGlass, so it start with voice trigger "Play…
0
votes
1 answer

google glass, ASM mirroring

I'm trying to mirroring my google glass to my desktop (Windows 8) I downloaded ASM_2_50 I have tried to place my adb.exe under adt-bundle-windows-x86_64-20140702\sdk\platform-tools and adt-bundle-windows-x86_64-20140702\sdk\tools and add the path…
user3170595
  • 109
  • 1
  • 1
  • 12
0
votes
2 answers

Detect wink on Google Glass without taking picture

Is there a way to stop Glass from taking picture while listening to wink command? Whenever I detect Wink from my code, it automatically takes a picture which I don't want. Edit: The library is a stub. Whenever the onDetected function is called, I…
Programmer
  • 121,791
  • 22
  • 236
  • 328
0
votes
1 answer

Use Google Glass Mirror API to scan QR code

I have the Google Mirror API's Quick Start for PHP up and running on a Microsoft Azure Website and can communicate with Google Glass. I had a closer look to the options like the "request/response" example: case 'insertItemWithAction': …
Simon de Kraa
  • 415
  • 2
  • 6
  • 18
0
votes
0 answers

DDMS and android studio Unable to see google glass

I am new to google glass and trying to set google glass with eclipse and android studio to get start developing with it but despite my all efforts I am unable to see it. I have ran all the instructions mentioned on glass page and tried all the…
Umair
  • 6,366
  • 15
  • 42
  • 50
0
votes
2 answers

how to transfer Bi-directional data transfer between google glass and android through USB

I want to transfer data bi-directionally over USB between an Android tablet and a Google Glass. Is this possible?, If YES then please provide me some example. Thanks.
Gurmail
  • 51
  • 3
0
votes
1 answer

Google Glass unable to detect device compatibility with latest version

I've upgraded my Glass to XE22 and my SDK manger is up to date. I've set up my project for GDK Preview [Android 4.4.2] and my project settings are android:minSdkVersion="19" android:targetSdkVersion="22". However, I'm getting an error: No Launcher…