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

Capturing Audio from a Google Glass app

I'd like to capture the audio from a Glass app I'm creating for demonstration purposes (it makes quite a bit of use of the text-to-speech engine). I have video capture working (using this tutorial), but the output videos are silent. One option I've…
fixermark
  • 1,261
  • 1
  • 14
  • 19
0
votes
1 answer

Acquire shared Video Title

I am pushing a contact card to the glass to allow user to "share" with me. But how would I acquire a title for the video the user has shared with me.
PrivatMamtora
  • 2,072
  • 2
  • 19
  • 29
0
votes
2 answers

Not able to run Google Glass developers Samples

I'm starting developing some apps on Google Glass and I've tried to run the sample project that appears on the official developers.google.com/ page charades sample but when I import them on my Android Studio (Beta 0.8.6) it doesn't resolve all the…
cdedios
  • 5
  • 2
0
votes
1 answer

Google Glass number picker with gestures

I would like to know if it's possible to use glass gestures on the touch-pad to implement a number picker. The goal is that when you swipe forward and back a number displayed on the screen increases when you swipe forwards and decreases when you…
cdedios
  • 5
  • 2
0
votes
1 answer

What is the best way to auto play YouTube videos on Glass?

I need a way to automatically play a YouTube video on my Google Glass. I tried the Youtube JS API but after .playVideo() the video doesn't play, it only shows a black screen. I tried embed the video with the autoplay function but it doesn't…
Bart Bergmans
  • 4,061
  • 3
  • 28
  • 56
0
votes
0 answers

Changing ISO setting in Google Glass

I am trying to change the ISO setting in the camera of the Google Glass by using the camera API according to Camera.Parameters parameters = cameraObject.getParameters(); String isoStr = parameters.get("iso"); int target = 800; parameters.set("iso",…
0
votes
1 answer

Google Glass GDK view error, sad cloud TableView

I have a simple glass application Live Card which displays fine when debugging on Google Glass, however if I add a TableLayout (with or without rows) and debug on glass, I get the sad cloud. The card uses no dependent resources like network…
0
votes
1 answer

Reverse Screencast? Show phone screen on Google Glass?

I'm searching a way to develop an app to show iOS/android screen on the google glass, but I did'nt find anything, as we are already able to display glass screen by using screencast on phone with MyGlass app, why the reverse would'nt be possible?
stmorray
  • 1
  • 6
0
votes
0 answers

google glass wrong field of view

I'm trying to obtain the horizontal field of view of google glass camera. The getHorizontalViewAngle() function of Camera.Parameters return the value 54.8°, But by manual measurement I got the value of about 74°. (The way I measure is by placing the…
nel
  • 78
  • 1
  • 4
0
votes
1 answer

How to install and launch Metaio app on Google Glass?

I used Eclipse to install Metaio SDK on google glass. In the beginning, the console area show like this http://ppt.cc/HVfq I think this means that I successfully complete the installation part, then I try to add voice trigger in order to let the…
0
votes
2 answers

Dynamic option menu --> how to get the selected item?

I'm trying to create a android menu which should be build dynamically inside a Google Glass app. Therefore I have to arrays which contain the diffent kinds of objects which should be displayed in the menu. The menu should look like the…
user2858559
  • 39
  • 1
  • 9
0
votes
1 answer

How to display image from url

I have image in server url then i'm passing and displaying in to Card. I have done this in android using LoaderImageView library and displaying but in Glass i'm passing the url link to card. But i got this error "The method addImage(Drawable) in the…
karthees
  • 3
  • 5
0
votes
1 answer

Barcode Scanner in own Google Glass App

I'm currently trying to call a barcode scanner from my own Google Glass App. What I've done so far is to create a new intent which looks like this: Intent objIntent = new Intent("com.google.zxing.client.android.SCAN");…
user2858559
  • 39
  • 1
  • 9
0
votes
1 answer

How can I modify a CardBuilder's Image scale type?

I am using a CardBuilder with the Caption layout – with only one picture at a time. That means I do not really leverage the Mosaic view. Is there any way I can modify that image scale type to show it so that all the picture can be seen?
gdoubleu
  • 72
  • 1
  • 7
0
votes
1 answer

Unable to load voice trigger for activity

Android manifest: ....
myselfesteem
  • 733
  • 1
  • 6
  • 23