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
1
vote
1 answer

Android Upload image using MultipartEntity using GDK

Iam developing a appliction for google glass using GDK and Im trying to upload my captured image using MultiPartEntity but i could not get it work for some reason i can't figure out because its not returning any error. As of now this is where I…
rapidoodle
  • 340
  • 1
  • 3
  • 23
1
vote
1 answer

Grace period slider in a high-frequency live card?

Is there any way to use a Slider.GracePeriod from the GDK in a high-frequency live card? I have the menu option "send message," and after you tap it and input your message, I'd like to display a "sending message..." alert dialog (or something akin…
tnorth
  • 32
  • 6
1
vote
1 answer

Is my Connected Node a Glass or a Watch?

I am currently working on a use case wherein i need to find if my watch is paired/connected with my phone, so that my phone application is able to send the notification data to wear. If it is connected, then phone will send the notification data…
1
vote
1 answer

Is it possible not to use voice commands?

I don't like any of the listed commands in google glass and review team didn't approve my own. I want my glassware to by on official store so my question is: Can I NOT use voice activation for an app and just start it using touchpad?
zarcel
  • 1,211
  • 2
  • 16
  • 35
1
vote
1 answer

Stop recording audio when recording video in Google Glass

Has anyone disabled sound in either Intent or MediaRecorder when record video in Google Glass? I have removed permissions from AndroidManifest and I am not setting the audio source in MediaRecorder but I still record audio. I am using XE22. …
user283243
  • 13
  • 4
1
vote
0 answers

Google Glass GDK Voice Input doesn't work anymore since update to XE22

Since the last update of Google Glass I have a problem with voice commands. My app worked very well before the software update, but since it updated to XE22 the "ok glass" doesn't work anymore. When I start the Glass and come to "ok Glass" screen, I…
Preader
  • 23
  • 6
1
vote
1 answer

Cancel swipe navigaton

I'm trying to cancel card swipe in glass if card has not been processed. I have special indicator which is checked in SWIPE_RIGHT gestureDetector.setBaseListener(new GestureDetector.BaseListener() { @Override public boolean…
Bartek
  • 41
  • 1
1
vote
0 answers

Enable toolbar button only during live card display

In my Glass application, I display a button on the toolbar. This button shows the on/off state of the camera and lets the user toggle the state. The problem I am running into is that Glass occasionally moves the focus to the button. As a result, a…
Peter
  • 11,260
  • 14
  • 78
  • 155
1
vote
1 answer

Open CV loads only when app is connected through Eclipse- Android

I am having a Google glass app that uses open CV for image processing.The app works fine when connected to Eclipse through USB. When I remove the USB and run the app on the glass, open CV does not seem to load.I get a blank screen, the app does not…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
1
vote
0 answers

Google glass app freezes once the app is invoked after the device goes to sleep mode

The app consists of a low frequency card that updates the latitude longitude and speed, on tap it takes you to an activity in which an image is displayed. On tap of the image, the image is processed and voice output is given to the user. The app…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
1
vote
2 answers

RuntimeException and InflateException: Binary XML file line #7 .. followed by ClassCastException

There are multiple questions about this problem, but none of the fixes I've read about seems to be working. Fixes that didn't seem to work: Fix 1: Android - InflateException: Binary XML file line #7 Fix 2: InflateException Binary XML file at line…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
1
vote
0 answers

FileNotFoundException for imgur URL (Android app)

I'm trying to write code that uploads a photo taken from my Google Glass to imgur and gets the URL. Strangely, I'm getting a FileNotFoundException for the imgur URL. What could I be doing wrong. This is a mishmash of code I've borrowed from…
1
vote
0 answers

navigation to a location is not working google glass

I have a glass app in which I used Navigation functionality by follow below link : https://developers.google.com/glass/develop/gdk/starting-glassware and the code I used : Intent intent = new…
1
vote
1 answer

How to convert zoom value to magnifcation?

In my Android app, I need to convert the current zoom value of the camera to magnification. I am trying to understand what getMaxZoom() corresponds to in terms of magnification. For example, my camera has a maximum zoom value of 60. It obviously…
Peter
  • 11,260
  • 14
  • 78
  • 155
1
vote
3 answers

Google Glass overheating

I am running a simple application that receives and displays the values of Bluetooth Low Energy advertisement packets in real time. The Glass heats up in about 5 minutes and touch commands stop working. The Glass is not super hot, but warmer than…
a00
  • 111
  • 2