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)

1574 questions
0
votes
1 answer

Android WebView is empty if rendered from SurfaceHandler

I am writing an app for Google Glass (SDK level 15) and need to show WebView to display some html in it. To test it I defined a layout with 2 controls - TextView and WebView. All rendering I made in SurfaceHolder.Callback. Important is that callback…
adnecs
  • 175
  • 1
  • 10
0
votes
1 answer

Google Glass : Maximal number of characters in a Card?

What is the maximal number of character that we can put into a Card ?
wawanopoulos
  • 8,186
  • 28
  • 93
  • 147
0
votes
1 answer

Google Glass Sample Card App Crashed

Hi guys I have developed sample card application for google glass which was working fine before updating glass firmware , but now when I open it shows exception java.lang.NoSuchMethodError: com.google.android.glass.app.Card.setInfo I have already…
Dr. aNdRO
  • 1,646
  • 17
  • 28
0
votes
1 answer

Call Python QuickStart Mirror API remotely

I have used the Python Starter project, and I can add time line cards that then show up on my Glass. What I would like to do is call the endpoints from a standalone application running on my Mac to trigger the Python logic to insert entries into the…
Beebunny
  • 3,949
  • 3
  • 19
  • 32
0
votes
1 answer

Google glass voice prompt customization

How to customize voice prompt for google glass app? When glassware launches, using voice prompt microphone icon and single string (customizable) is displayed. Is there a way to customize microphone icon and string appearance? For example add…
Radosc
  • 3
  • 3
0
votes
1 answer

Why Google glass ends activity when it goes to sleep?

I have started developing on Google glass but i found something very weird. Activity ends when Google glass goes to sleep? Can anyone help me on how can i stop the glass from killing the activity.
Sheraz Ahmad Khilji
  • 8,072
  • 8
  • 46
  • 83
0
votes
1 answer

Android Camera Intent on Glass - Save image in custom file path

I have the following code in an Android activity where I am trying to save an image with a custom file name. I tried copying code for this from the top answer on this post: Android - Taking photos and saving them with a custom name to a custom…
0
votes
1 answer

Canvas.drawBitmap Showing Black

Why is my first drawbitmap not working but my second an third ones are? All I get is a black screen for the first one but the others draw fine. FULL_COMPOSITE_SIZE = new Size(1920, 1080); PREVIEW_COMPOSITE_SIZE = new Size(640, 360); …
w9jds
  • 846
  • 6
  • 17
0
votes
1 answer

Could one use an animated gif as part of card.addImage(uri) in an immersion card on Glass?

I'm trying to use the following documented API: https://developers.google.com/glass/develop/gdk/reference/com/google/android/glass/app/Card#addImage%28android.net.Uri%29 in a similar way to this post: NullPointerException when calling…
pland
  • 788
  • 1
  • 7
  • 17
0
votes
1 answer

Google Glass: playSoundEffect doesn't work

I'm trying to add some sound effects to my Glass app to give the user the same sound feedback as in the normal Glass menus. The Glass Developer Guide recommends the following code…
blueshadow
  • 401
  • 3
  • 8
0
votes
1 answer

Selectively setting voice input constraints on submenu items

As I found on a Glass Developers page, it is possible to set voice constraints to disable your voice trigger if certain features are unavailable. I thought this would work for the disambiguation submenu as well, so I tried putting a constraint on…
Tony Wickham
  • 4,296
  • 3
  • 25
  • 33
0
votes
1 answer

Google Glass CardScrollView does not render while swiping

I'm attempting to create a GDK app that has a similar user interface as the sample Timer app in that it launches sub-activities in which to render CardScrollView instances that cycle through valid selections. My problem is that once I am at the…
scriptocalypse
  • 4,832
  • 2
  • 26
  • 40
0
votes
1 answer

How to show progress when glass menu item selected?

Common UI pattern in Glass apps is to show progress when menu item selected. How to invoke this progress state of menu item using glass GDK?
Alexey Zakharov
  • 23,564
  • 38
  • 122
  • 190
0
votes
1 answer

Google Glass USB Driver issues on Windows 8/8.1

I'm having an issue with installing the proper usb driver to get ADB working properly with Glass. I started off by pointing my driver installation to sdk\extras\google\usb_driver and then modified the following file to include…
Jaison Brooks
  • 5,648
  • 7
  • 39
  • 76
0
votes
2 answers

GDK : How to show status similar to 'Recording" and 'Complete"

I'm developing a GDK app where I need to provide an user experience to display status text similar to video recording status that Glass provides ( displaying "Recording" status then displaying progress indicator and finally showing 'Complete' text…
Acarin
  • 57
  • 6