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: Performing "Click" event or something similar

Please have a look at the following code
154 de 500
First Page
PeakGen
  • 21,894
  • 86
  • 261
  • 463
2
votes
2 answers

Is there a document on using the micro usb port on Google Glass?

I just see the post that make your own Google Glass earphone. on How can I get audio output from Google Glass to a 3.5mm headphone jack? I'm curious that is there a document for Google Glass or Android in general document that defines that kind of…
Deqing
  • 188
  • 1
  • 9
2
votes
1 answer

how glassware develop with json

From the sample app for google glass in java, I found it is working through JSP and servlet. So I can create a timelineitem and set text in to it protected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException { …
Moddasir
  • 1,449
  • 13
  • 33
2
votes
1 answer

How to stream video FROM Glass?

I'm trying to bring an Android application to Glass, one which lets the user stream video from their camera. Whenever I try to actually start the streaming, however, I get an error back from the MediaRecorder saying, "start failed: -12".…
s73v3r
  • 1,751
  • 2
  • 22
  • 48
2
votes
2 answers

Does Google Glass Mirror API support WebRTC

The Glass Mirror Timeline API document suggests that video can be streamed to a Glass headset (https://developers.google.com/glass/timeline). I'm trying to determine whether this could theoretically work with a WebRTC connection? Documentation is…
LewisBenge
  • 2,706
  • 16
  • 20
2
votes
1 answer

How do I set a destination location for Glass?

I am able to get my current location just fine. I create a map with driving directions and then I want to allow my user to navigate to their destination. How do I set the location for the user to navigate? I do not see a way to set location,…
marty331
  • 423
  • 5
  • 12
2
votes
3 answers

How to get a notification from Glass that a custom menu item was selected?

I have created a timeline card with a custom menu item. I would like to get a callback when the user has selected that menu item. // Create a menu item for the card var mnuActivate = new MenuItem() { Action = "CUSTOM", RemoveWhenSelected =…
Software.Developer
  • 991
  • 10
  • 16
2
votes
1 answer

Updated Mirror Api .Net (v1.5.0.33-beta) client gave problems

Today I updated the mirror api client using nuget package manager using following link. https://www.nuget.org/packages/Google.Apis.mirror.v1 After that I rebuilt my project. But it gives me a lot of problems. I need to clarify what are the new…
Sanath
  • 493
  • 7
  • 22
2
votes
2 answers

Mirror API - status of whether a user has their account enabled for Mirror API / owns Glass

Is it possible to check via MirrorAPI if a user actually owns Glass or if their account has the Mirror API functionality enabled?
ina
  • 19,167
  • 39
  • 122
  • 201
2
votes
0 answers

MirrorAPI - is there a way to detect if URL payload in OPEN_URI action is down or not successfully sent

Is there a way to detect if URL payload in OPEN_URI action is down or not successfully sent. Especially if this it's a custom url protocol. Example: url payload: customprotocol://open where customprotocol is defined in the manifest as in Android…
ina
  • 19,167
  • 39
  • 122
  • 201
2
votes
1 answer

Custom Text for Reply Action - Mirror API

I am adding a reply action as a menu item to a timeline card. I want to display custom text instead of "REPLY". I use the code below and still get "REPLY". Strange thing is if I go to the glass playground and just update the card(without ANY…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
2
votes
2 answers

Retrieve a logged in Google Glass User's email address?

We are attempting to be able to provide the ability for a Glass user to request an email to be sent to them from a Timeline Card. On the notify callback Servlet, we are attempting the following to retrieve a user's email address: String userId =…
Dayel Ostraco
  • 1,753
  • 1
  • 13
  • 15
2
votes
2 answers

ViewPager scrolling on Google Glass

How to do smooth scrolling with viewpager on Google Glass? (in particular viewpagerindicator lib). I have implemented viewpagers and they work, however swiping on the touchpad quickly scrolls through the views. I would like to have smooth…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
2
votes
1 answer

IllegalStateException when sharing timelineitem on glass

I'm developing my firsrt glassware. Everything works fine but sharing timeline item causes glass to crash. When I select share option from actions, Glass asks me to select contacts. When I choose the contact, it shows Sharing progress then shows…
arikan
  • 35
  • 5
2
votes
1 answer

Deleting Contact not working on Google Glass

My app creates a contact item that is used to communicate images to the application via a timeline subscription. When I am deleting contacts via the REST API I am getting a success status and when I list the contact items via the REST API I can…
Stan Wiechers
  • 1,962
  • 27
  • 45