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

How to retrieve videos from phone into Google glass?

I'm developing a Google Glass application which need to get videos from my phone and play it on my Google glass. Can anyone please help me to retrieve videos from my phone into Google glass. I managed to retrieve videos from Glass and play it, here…
DaChavoh
  • 100
  • 1
  • 16
1
vote
2 answers

Activity has leaked ServiceConnection android.speech.SpeechRecognizer$Connection

I'm trying to make a function in google glass that allows me to navigate between the cards without having to say the hotword "ok glass". I tried creating a SpeechRecognizer that will constantly listen if something is being said or not and if the…
NoSixties
  • 2,443
  • 2
  • 28
  • 65
1
vote
1 answer

Camera Preview freezing on Menu Intent

I have a Glass application where I am trying to use a Live Card to start a Camera Preview activity from the menu options. The application seems to freeze when I move away from the Live Card (say, to the weather) and back, and then try to bring up…
Zack
  • 871
  • 10
  • 24
1
vote
0 answers

Google Glass Augmented Reality with Wikitude SDK

I am playing with Augmented Reality using Wikitude SDK for Google GLASS and it works fine. The data are loaded as it is supposed and on marker click i am showing a sidebar on the android device, however i am facing an issue when i try to TAP a…
hrskrs
  • 4,447
  • 5
  • 38
  • 52
1
vote
1 answer

ZXING result google glass

I'm new to android developement and I'm trying to use zxing to my google glass application, and it scans successfully. However when I'm tapping the glass for the result, nothing happens. But, when I'm swiping it down the activity is closing and…
rapidoodle
  • 340
  • 1
  • 3
  • 23
1
vote
2 answers

Can HTTP requests be sent from Glass?

I'm developing for Google Glass and have been having issues uploading files from Glass to a servlet application I am using to manage API calls. I set up a client ID and secret to authenticate the api calls from the servlet app, using the…
cheft
  • 153
  • 2
  • 10
1
vote
1 answer

Back Swipe not working in Google Glass Activity

I've created a basic activity for Google Glass, but it will not allow me to use the standard down swipe to go back in the stack to the previous activity. I've tried giving the activity focus with this code: @Override protected void onCreate(Bundle…
1
vote
1 answer

Detect overheating in Google Glass programmaticaly

As many of other I am facing the google glass overheating issue. My question is how to detect it in the application? I was looking through the log but nothing that indicates it expect a message on the screen.
Califlower
  • 467
  • 4
  • 15
1
vote
1 answer

Chaining images in a google glass app

I have an interesting question regarding the google glass! So, I am currently trying to make an application where, if I swipe right, it changes the image of the card I am on with a different one. I have looked everywhere and I just cannot find how…
Jenny
  • 85
  • 1
  • 8
1
vote
1 answer

Is there an upper limit on the number of voice menu items that can be displayed?

Following the documentation here [1] to add voice menu options, is there an upper limit on the number of voice menu items that can be displayed in a Glass app? I've tried the gdk-apidemo-sample [2] and added the following to add an additional voice…
tw1742
  • 1,424
  • 4
  • 18
  • 37
1
vote
1 answer

Google Glass Multiple Embedded Layout using CardScrollView

What im doing is I'm inserting card using CardScrollView in google glass using an EMBEDDED LAYOUT because the table layout is not yet available in card builder. Let's assume that every table has 1 textView. What's happening is when I insert 1-3…
rapidoodle
  • 340
  • 1
  • 3
  • 23
1
vote
2 answers

Google Glass: Design yes/no option menu

I want to design a menu with option "yes" and "no". It looks like the share option in native Glassware, when people touch "share" in their menu, Glass asks users to choose "facebook" or "Google+". I want do design my menu with the same function and…
lanyusea
  • 143
  • 2
  • 14
1
vote
3 answers

Google Glass: Camera.open() always causes a runtime exception

I've followed the Glass guide for taking a picture, found here. However, this creates a new Intent that automatically captures a picture without creating a camera preview in the Glass viewport. In an attempt to allow the user to first preview what…
Kurt Mueller
  • 3,173
  • 2
  • 29
  • 50
1
vote
1 answer

Is it possible to using voice commands for navigating instead of using swipe gesture?

Hi, there Currently, I'm develop an immersion app to provide a text on screen and user can swipe_right to go another one. Actually, It adapt from sample immersion pattern called charades(google development site). My objective is, I want to using…
1
vote
1 answer

TCP & UDP Over Wireless with Google Glass

I have developed both TCP and UDP applications for Google Glass. Here is the implementation for UDP: public class MainActivity extends Activity { private TextView mTextView; private someRunnable mRun; @Override protected void…
Zack
  • 871
  • 10
  • 24