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
0 answers

Optimize large sets of cards on Glass

I'm building an app on Glass using the GDK that has a large dataset for users to explore. (There is a voice input component, but I want to have a section for manual selection too as voice doesn't work for every data point.) I generate cards in the…
Nick Felker
  • 11,536
  • 1
  • 21
  • 35
0
votes
1 answer

how to represent "cardID" in glass

I'm as Google glass development program,now i have two cards in an activity, And i want to tap the two cards respond to different events . I tried to use cardID==card1 or cardID==card2 in keyDown method but failed, because not have the variable…
0
votes
1 answer

Unable to get the card index

I am trying to get the index of the card which is active on the screen with this code. import java.util.ArrayList; import java.util.Arrays; import android.app.Activity; import android.content.Context; import android.content.Intent; import…
Chirag
  • 335
  • 2
  • 3
  • 13
0
votes
1 answer

Google Glass: Saved video is invisible on Windows explorer

I'm trying to save a video I recorded with google glass using surfaceView & android camera api, but I can't see the result file when I connect the glass to windows. on ADB it's there: shell@android:/sdcard/pictures $…
Aviv Ben Shabat
  • 1,073
  • 2
  • 13
  • 33
0
votes
1 answer

How do I enable wifi debugging for Google Glass

I am debugging my app with my head almost laying on my desk. Neck cramps suck. I am using Xamarin Mono in Visual Studio 2012 if that matters. Thanks.
Matt Cashatt
  • 23,490
  • 28
  • 78
  • 111
0
votes
1 answer

Bluetooth Pair between Glass and Computer Fails

I am attempting to send messages between Glass and my computer using bluetooth. Background info on the computer OS: Ubuntu 12.04 64 bit Name: ubuntu-0 MAC of bluetooth: 60:D8:19:AC:61:15 After running my code (see this thread for the actual code…
RoboCop87
  • 825
  • 1
  • 8
  • 21
0
votes
0 answers

GDK Send Email with attachment

I am trying to send an email with an attachment, but it seems to be erroring out: private void sendEmail(File pictureFile){ Uri uri = Uri.fromFile(pictureFile); Date dt = new Date(); Intent i = new Intent(Intent.ACTION_SEND); …
maxfridbe
  • 5,872
  • 10
  • 58
  • 80
0
votes
2 answers

Beginner Google Glass coder baby steps

I am part of the glassexplorer program (circa ifihadglass). I am trying to develop some applications for glass but I don't know where to start. I am trying to make a practice app that lets users search for data found on medical device websites:…
GlassFox
  • 1
  • 1
0
votes
1 answer

OAuth fails after deploying google glass application

I went through the instructions on for the Google Glass Python Quick Start. I deployed the app and the app supposedly finished deploying successfully. I then went to the main URL for the app and attempted to open the page. The page asked me which…
Brian
  • 1,675
  • 3
  • 19
  • 29
0
votes
1 answer

Menu option read aloud not working

I am trying to make a read aloud menu option here. This is the code I have written. But it doesn't really read aloud the text on the card. The doc says that if there is any text set on the card it will read aloud. My card has some text on it :…
Chirag
  • 335
  • 2
  • 3
  • 13
0
votes
2 answers

Google Glass GDK CameraManager Intent

Does anyone know if when you use the GDK Cameramanager Intent to take a picture, is there a way to not show the preview or close it automatically? Capturing an image for use in app and don't want to have to tap to accept. I probably have missed…
TheMadAdmin
  • 141
  • 1
  • 6
0
votes
1 answer

Use a Live Card as a Shortcut to my application

I have an application that my user would frequently have to access quickly and dismiss. I wanted to allow the user be able to sticky my app as a live card but with only the overhead of a lower frequency card. I want to create a bookmark/shortcut to…
StanleyZheng
  • 4,008
  • 3
  • 21
  • 24
0
votes
1 answer

Running Google Glass sample app on Android Virtual Device(emulator)

I am trying to run the Timer sample google glass app, but when I run the project, it gets installed and then says DONE, however, I don't see anything on the emulator. I know there is no Launcher and so I tried the RUN CONFIGURATION but I don't see…
Abdellah Benhammou
  • 402
  • 1
  • 8
  • 22
0
votes
1 answer

Glass goes into endless crash loop after OEM unlock

After doing fastboot oem unlock, my Glass now endlessly pops up a "Camera has stopped" message. The unlock turned off USB debug so I can't check logs with ADB, and the message pops up too fast to navigate. I flashed the xe-12 boot image but still no…
Dan
  • 2,766
  • 3
  • 27
  • 28
0
votes
1 answer

mirror quickstart java - Connection Refused

Trying to set up google glass quickstart project on apache tomcat 7. It works fine when i am trying to launch it: http://localhost:8080 when i am at my home network. But it does not work when i am in corporate network. I have set up proxy configs…