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

How to insert a static Card to the timelime?

how is it possible to insert a static card to the timeline with Glass Development Kit Preview:19 via the gdk? I need to push a card on the right side of the timeline while been able to associate a share action.
Baffled
  • 23
  • 1
  • 5
2
votes
0 answers

after upgrading my glass to kitkat, my app that uses the camera API keeps breaking

I have an activity that uses the camera API to take pictures programmatically. After I upgraded my glass to Kitkat, this app has become very unstable. After taking 3 pictures exactly, it breaks and I get the following error: 04-17 14:53:39.658:…
user3542552
  • 168
  • 8
2
votes
7 answers

What should my compileSdkVersion be to compile a Google Glass app on XE16?

I'm getting errors related to an issue with my app having been compiled on an earlier version. In Android Studio I was using 'compileSdkVersion "Google Inc.:Glass Development Kit Sneak Peek:15"' in my build.gradle but after trying to send an app to…
ccoleman
  • 135
  • 2
  • 7
2
votes
1 answer

Which voice command has priority?

How does Glass determine which voice command will have priority? For example, there are 2 apps with its feature activated by voice command "Jump". Which one will be launched when I give order "Jump"?
sandalone
  • 41,141
  • 63
  • 222
  • 338
2
votes
1 answer

Glass - Slow camera \ FileObserver notification - XE12 - using ACTION_IMAGE_CAPTURE

I have basically implemented the new XE12\GDK2 cameramanager sample code to capture an image on application start. However, the notification to the FileObserver callback takes anywhere from 3 to 30 seconds to get the notification of the image file…
Sri
  • 41
  • 4
2
votes
1 answer

Google glass application launch : Differentiate between voice and tap

Is there a way to find out whether my GDK application was launched due to voice command or using a tap ?
advantej
  • 20,155
  • 4
  • 34
  • 39
2
votes
2 answers

Screen and audio cast for Google Glass app demo

I am working on my Glass app demo and I used droidAtScreen to project the screencast from MyGlass for the presentation. The problem is that I cannot demonstrate the voice responses from the Glass based on user input. My backup plan is to record a…
display name
  • 4,165
  • 2
  • 27
  • 52
2
votes
2 answers

How to modify the text on an existing card in the Glass GDK?

Working from the Glass Scroll Cards demo, I want to be able to modify the text on a card after tapping the card. I've had some luck doing this with card.setText("blah-blah") but for one reason or other, the setting of text doesn't work until I…
2
votes
0 answers

Collect seperate data from the two microphones in Google Glass

I am wondering whether it's possible to collect data from the two microphones present in Glass separately and use it for computing operations? Like for example, sound localization. I know that that there is an API to use the microphone as…
higherDefender
  • 1,551
  • 6
  • 23
  • 35
2
votes
1 answer

Open local html file in Google Glass browser

I have an HTML file in my res/raw that I want to view in the Google glass browser. This answer suggests either copying to shared storage or using a WebView. I cant seem to make the WebView scroll using the touchpad in the same way the browser does,…
Ben
  • 1,767
  • 16
  • 32
2
votes
1 answer

Why is Glass missing Google Play Services?

What is the reasoning behind not including google plays services on google glass ? Will they be added in the future ?
jellyfication
  • 1,595
  • 1
  • 16
  • 37
2
votes
1 answer

How do I retrieve an apk file I installed off my Google Glass?

I lost all my source code due to an error. I had already loaded the apk of a version of my app on my Glass. How can I get the apk of my app off my Glass so I can decompile it? I tried the command below: ./adb pull /data/app/myapp.apk But it didn't…
uLYsseus
  • 995
  • 6
  • 16
  • 37
2
votes
2 answers

How does GDK handle Voice Triggers without Network Connectivity

I would like to be able to use speech intents with known definitions (0-9) in my glass app. In reference to glass voice triggers, when a user uses the "OK, Glass" menu they're prompted with a list of available apps with voice triggers that are…
StanleyZheng
  • 4,008
  • 3
  • 21
  • 24
2
votes
1 answer

How can I know Glass is connected to wifi and battery is charging

I'm developing something that needs to upload a whole load of images, so I think it's better to do it when Glass is both connected to wifi and a battery charger. Also, if it is in idle mode it'll be the best. Where can I put my image upload code so…
albusshin
  • 3,930
  • 3
  • 29
  • 57
2
votes
3 answers

How to display the time on the right footer when inserting a card?

I'm using GDK TimelineManager to insert a static card to the timeline, and I noticed that there's no just now or something like that displayed on the right footer. What am I doing wrong? Is the time just for the Mirror API or am I missing something…
albusshin
  • 3,930
  • 3
  • 29
  • 57