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
2
votes
1 answer

Google glass live stream video using RTSP server of Wowza

I'm trying to build a Google glass app that supports live streaming. Am aware that Livestream app is available to do this but i don't think we can integrate it in our application or am i wrong? is there a way to integrate the livestream in our app?…
Vivek C A
  • 1,045
  • 1
  • 8
  • 14
2
votes
1 answer

ASP.NET MVC5 Google APIs GoogleWebAuthorizationBroker.AuthorizeAsync works locally but not deployed to IIS

I'm having an odd problem trying to get an MVC5 app to work with the Google Mirror API when it's deployed (or any google API for that matter). This is the code I am struggling to get working: UserCredential credentials =…
Spud1
  • 261
  • 4
  • 12
2
votes
1 answer

How do I get past the permission page for drive authorization on Glass?

So, I am trying to create a file in a user's Google Drive. Once I figured out how to do so using Glass compatible API's, I ran into a UI problem... I can't figure out how to hit "OK". When authenticating a user, the following image appears: Is this…
bguggs
  • 46
  • 3
2
votes
1 answer

Need to understand Horizontal tugging feedback in Google Glass

I am just a beginner in Google Glass. I read about Horizontal tugging feedback here It says "Many built-in immersions on Glass provide "tugging" feedback when swiping backward and forward don't perform an action. " Also, we need to add this code to…
Siddharth_Vyas
  • 9,972
  • 10
  • 39
  • 69
2
votes
0 answers

Can Live Cards be used in an Immersion?

I am writing a Google Glass app and up until now, I've used a combination of Static Cards and menus for my UI. Now I need to display where several timers are in their progression on one card, so it seems like a live card is the way to go. Because…
Dan
  • 66
  • 5
2
votes
0 answers

How does Shape Splitter on Glass Work?

I want to create a Glass app that responds to a finger waved past the Glass camera much like the shape splitter mini game does. For those of you who are unfamiliar with shape splitter a screen cast to a phone of it is shown here, the swiping is…
2
votes
2 answers

Glass XE 18.3 tap to accept not working when using ACTION_IMAGE_CAPTURE

I'm using this code to take a picture: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(intent, TAKE_PICTURE_REQUEST); After the picture is taken, I need to tap to accept the picture and onActivityResult can be…
2
votes
1 answer

OnActivityResult has resultCode == 0 when receiving take picture result

I am following the guide on this page to implement a photo taking action on an activity: https://developers.google.com/glass/develop/gdk/camera I have pretty much copied all the code from that page into my activity. The image capture should happen…
Jkh2
  • 1,010
  • 1
  • 13
  • 25
2
votes
2 answers

Google Glass Home Icons Gone Missing

On XE18 non approved glassware in testing no longer display their icons. I've compared the manifests of approved apps to mine and not identified any difference. Has anyone encountered this and found a solution?
rAntonioH
  • 129
  • 2
  • 12
2
votes
1 answer

Programmatically populated contextual "ok glass" menu

Is there any way to populate the custom "ok glass" menu in my glassware programmatically? I have an application where the user will be in an immersion and interact with the system mainly by voice commands. The immersion consists of a CardScrollView…
Kezo
  • 130
  • 2
  • 7
2
votes
4 answers

Simulate a touchpad event on Google Glass

Background: I am trying to create a controller application for Google Glass with the ability to send swipes and taps by pressing a button on a bluetooth connected smartphone. Current Status: I have been able to simulate these swipes and navigate in…
afathman
  • 5,993
  • 2
  • 20
  • 28
2
votes
1 answer

Proguard on Google Glass Lib

Following this answer in order to convert a APK file into a JAR file , I am trying to remove the dead code in the JAR file (ex GlassVoice.apk) in order to remove unless methods and avoid this error (Unable to execute dex: method ID not in [0,…
Guillaume agis
  • 3,756
  • 1
  • 20
  • 24
2
votes
1 answer

Integrating ZXing for Glass Release into Android Studio project

I'm working on QR Code scanning on Google glass. I've used ZXing in android and was happy to find a google glass port has been released recently. I've downloaded and installed the APK on glass and it works great. However I am having trouble…
2
votes
1 answer

Speech recognition with dates

I'm implementing a kind a calendar for Google Glass. In this calendar, I would like to be able to use speech recognition in order to select a calendar slot. For example it should be nice to say "first week of August" and android should be able to…
supermarco
  • 81
  • 6
2
votes
2 answers

Google Glass XE 17.3 - Multiple Actions From One Voice Trigger Broken?

One of my pairs of Glass updated itself to XE 17.3 this morning, and now, any Voice Triggers I have defined that are used for more than one activity no longer work. On previous versions, (and I've tested my code on an XE 17.2 pair I have to make…
dccorona
  • 23
  • 2