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
4
votes
2 answers

Receiving touch events on CardScrollView

I have a CardScrollView that has multiple items in it and I would like to be able to pull up a menu on an item, similar to the built in Timeline. I know Card cannot have a specific menu attached to it so I have the menu prepared at the Activity…
kurtisnelson
  • 367
  • 1
  • 7
4
votes
1 answer

Google Glass GDK: get current item on CardScrollView

How can we get the current position, or the current item, of the CardScrollView? I have not seen a getCurrentPosition() or public getItem() on CardScrollView or CardScrollAdapter.
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
4
votes
1 answer

Wake Google Glass via command line or keep Google Glass screen on always during development

During glass development, the glass often turns itself off. How to wake Google Glass via command line or keep Google Glass screen on always during development? I've tried using various commands like 'input 1 1' or 'sendevent' command from adb to…
Gary S.
  • 394
  • 2
  • 7
4
votes
2 answers

Class not found error for any glass api

I configure eclipse ADT for glass development successfully. Then I create a sample project and try to develop google glass card or timelineitem. when I compile and run, an error occurred from android tuntime java.lang.NoClassDefFoundError:…
Moddasir
  • 1,449
  • 13
  • 33
4
votes
1 answer

Google Glass Live Card not inserting

Glass GDK here. Trying to insert a livecard using remote views from service. I'm launching service via voice invocation. The voice command works, however it appears my service is not starting(no entries in log). Service is in android manifest. …
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
4
votes
2 answers

Cannot resolve files when importing them Google API's

I'm developing a Glassware for Google Glass. I'm trying to import these files: import com.google.api.client.json.jackson.JacksonFactory; import com.google.api.services.oauth2.Oauth2; import com.google.api.services.oauth2.model.Userinfo; but I'm…
hichris123
  • 10,145
  • 15
  • 56
  • 70
4
votes
2 answers

Location on Google Glass

Is it possible to get the user's location without using the Mirror API? The hacking glass Google I/O video mentioned several android apis currently work and listed gps as one of them, however I have not had luck so far. I know Glass does not have…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
4
votes
1 answer

Google Play Services "Not Authentic" on Glass

I'm attempting to get a user's current location on Glass. Calling mLocationClient.connect() fails without any resolution. Then I checked if Google Play Services was available on the device…
airlok
  • 425
  • 3
  • 14
4
votes
3 answers

Stream video to Google Glass from camera over WiFi

I am interested in streaming live video from an external camera to Google Glass for display. I think WiFi will be required for the data rates. Has anyone tried to do this as yet? I'm thinking of trying this first with a simple security-camera type…
user2671778
  • 41
  • 1
  • 2
4
votes
1 answer

how to connect Android phone with Google Glass for data sharing

I've made my app running on the Google Glass, but it's a little slow in real time. Is there a way to connect my Android phone with the Glass for data communication, so that the phone can take care of the calculation, and the Glass only show the…
sophia
  • 421
  • 7
  • 20
4
votes
2 answers

Can't get video to stream on Google Glass (attachment option or bundle option)

My hackathon team has been working the last 12+ hours to use Google Glass and the Mirror API to play a video, specifically using the PHP Library. We have tried attaching a video to a timeline item and we have tried using the bundle option, but…
kgardnr
  • 41
  • 4
4
votes
1 answer

Get "REPLY" notification from Google Glass at callbackURL endpoint

I am trying to modify the "mirror-quick-start" Google Glass Mirror API example to respond to a user "REPLY" action. I am able to display an actionable card using the example with the REPLY built in action. I want the user to be able to reply with a…
harijay
  • 11,303
  • 12
  • 38
  • 52
4
votes
2 answers

Having issues seeing GLASS in Fastboot

I can see my GLASS id in adb and adb reboot-bootloader seems to work. I can not see my device id in fastboot however and fastboot oem unlock hangs on "waiting for device". Pressing the camera button does reboot the device. Has anyone else had /…
JASKRU
  • 109
  • 1
  • 8
4
votes
1 answer

Can you obtain your current Mirror API Quota usage programmatically?

Is there a way to programmatically obtain the Mirror API usage of an explorer developer account? I would like to more gracefully degrade services when a 403 error becomes imminent. Thanks! If any explorers are having luck counting usage on their end…
Mark Scheel
  • 2,963
  • 1
  • 20
  • 23
4
votes
1 answer

What happens if I populate both the text and html fields of a timeline item?

Both text and html fields of a timeline item render the content of a timeline card. What happens if I populate both timelineItem.text and timelineItem.html fields? e.g. POST /mirror/v1/timeline HTTP/1.1 Host: www.googleapis.com Authorization: Bearer…
J Wang
  • 2,075
  • 1
  • 20
  • 26