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

Menu Item for "OPEN_URI" not present in menuItems return

I have a card that is being inserted in my timeline by the mirror api. The card has 3 options: SCAN, REPLY, DELETE. Expected-> Barcode Test[SCAN, REPLY, DELETE] Received-> Barcode Test[REPLY, DELETE] The Reply and Delete options only return on menu…
StanleyZheng
  • 4,008
  • 3
  • 21
  • 24
2
votes
2 answers

Detecting whether Glassware was launched via voice command or the touch menu

Is it possible to have different behaviors when a glassware is launched via "OK Glass" voice command vs touch menu selection? Specifically we are trying to prompt voice recognition if the glassware is launched with "OK Glass" voice command,…
mcanziani
  • 23
  • 2
2
votes
0 answers

How Does the Matcher Glass "Mini Game" Work

Google recently released a bunch of demo games for google glass, including one called Matcher. On the GDK website, the only description given is: We used the Photosphere camera mode to map the surrounding cards and the compact Min3D library on top…
Zwade
  • 1,682
  • 4
  • 17
  • 28
2
votes
1 answer

Cardscrollview/Cards in Livecard

I'm a bit stuck here, I just started with the basics of Glass development, is it possible to add a CardScrollView/Card to an Livecard? It looks like it's only possible to add RemoteViews to a LiveCard but I would like to show a CardScrollView…
Ferdau
  • 1,524
  • 1
  • 12
  • 21
2
votes
1 answer

Mirror screen from laptop to Google Glass

Is there a way to stream video from my laptop with the USB cable to my Google Glasses? I have seen ways to mirror the view of Glass to my laptop, but I would like to reverse that and see the screen of my laptop on Glass.
Kcm
  • 31
  • 4
2
votes
2 answers

Switch from immersion (Activity) to Live Card (Service)

I am launching a High Frequency LiveCard from Service but the Service is actually launch by an activity. I think the LiveCard(Service) has successfully launch but because my activity is still here (immersion) that is why I cant see it, when I swap…
Jacky So
  • 233
  • 5
  • 12
2
votes
0 answers

Touchpad MotionEvent from within IME in GDK

I'm trying to capture touchpad data from within an IME on google glass. Following roughly the example given in the GDK docs, I've added the following to my top level view for my IME. However none of these methods are ever triggered, so I don't get…
Sparky
  • 327
  • 2
  • 9
2
votes
0 answers

Errors with Google Glass bar code projects

I am trying to create a bar code scanner app for google glass that is similar to ones already out there like Zbar, BarcodeEye, or ZXing. However when I download the projects from github and import them into my eclipse workspace they become riddled…
Zarno
  • 47
  • 2
2
votes
1 answer

No connectivity message in "ok glass" menu

I am developing an app which adds a live card into the timeline when the user selects the option from menu, like the sample apps do. I noticed that, when you don't have any connectivity, the native apps on the glass, like Google, show "No network…
Jakub K
  • 1,713
  • 1
  • 13
  • 21
2
votes
2 answers

How do I create a slider in the GDK?

Programming the GDK a few weeks now, the CardScrollView is a pretty nice interface for displaying cards. However one issue with the UI is showing the user how far along they are in the card stack. In the Mirror API, this is nicely handled by the…
johnarleyburns
  • 1,532
  • 12
  • 13
2
votes
1 answer

In-App Purchase in Google Glass

Are in-app purchases allowed in Google Glass? I've got some code I'm ready to try out with my existing android merchant account, but I don't want to get it banned or something. Is this permitted?
johnarleyburns
  • 1,532
  • 12
  • 13
2
votes
2 answers

DDMS/ADB not listing Google Glass on Mac OSX Mavericks

I'm just getting started with Glass and am unable to get it pairing with ADT on Mac OSX Mavericks. iPhoto seems to connect and download pics/vids just fine, so there's at least some USB connectivity going on. Steps taken: Enabled debugging on Glass…
2
votes
1 answer

How to create events and reminders in Google Glass?

I am exploring the Google Glass APIs. How do I create events or reminders in the Google Glass calendar for an end user? The XE11 release notes say there are options for end users to access their calendar but I could not find how to programmatically…
Steve
  • 385
  • 1
  • 16
2
votes
1 answer

onActivityResult never called for speech Intent on Google Glass

I have a menu Activity with several options. One of them is to post to a news feed using Glass's speech-to-text. I looked at https://developers.google.com/glass/develop/gdk/input/voice#starting_the_speech_recognition_activity and have it all…
2
votes
3 answers

How to disable WiFi on Glass for testing?

I want to develop a receiver for Google Glass which will detect the WiFi state of Glass and depending on that state show some information to user. The receiver will listen for android.net.wifi.WIFI_STATE_CHANGED so that I can catch the event and…
Siddiq Abu Bakkar
  • 1,949
  • 1
  • 13
  • 24