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
0
votes
1 answer

How to list all available contextual commands on card?

I would like know how to list all available contextual commands on card, where the "Ok, glass" is at footer and ready to accepting the commands. My app has more than 10 contextual commands and the user might not remember all the commands. My code…
0
votes
1 answer

CardScrollView in fragment

I am trying to return CardScrollView custom control from Custom Fragment's onCreateView method. The fragment is created programatically. If I do not use fragment, instead use directly as activity layout, everything is working fine. But when I return…
Anees Haider
  • 239
  • 2
  • 10
0
votes
1 answer

Convert Image to base64 in GDK

I am currently working on passing image as Base64 to a rest service. But I am not able to read the file. Here is my code: if (requestCode == iPictureCode && resultCode == RESULT_OK) { String picturePath =…
ipradhansk
  • 352
  • 1
  • 10
  • 36
0
votes
1 answer

How to have a GDK app stay active after the glass is removed from the head

I am developing an app which requires the gdk program to continue running as-is even after the device is removed from the head. Currently the program is paused when this happens seemingly by default, but I need the program to stay running because it…
Rboreal_Frippery
  • 2,016
  • 1
  • 19
  • 22
0
votes
1 answer

How to minimize GPU over draw in Google glass?

I am trying to understand how the the recently announced "GPU over draw" feature works. Why are certain parts of the screen drawn twice or thrice? How does this really work? Does this have anything to do with nesting of layouts? How to minimize this…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
2 answers

Contextual voice submenu appears differently from parent menu, does not respond to voice

I am using a guide on creating contextual voice commands from within my Glassware (basically a custom 'okay glass' menu inside your own app), listed below. I have been patterning part of my Glassware off this example very closely, and have even…
staeryatz
  • 449
  • 4
  • 16
0
votes
1 answer

How to play songs on Bluetooth-connected devices (app developed in Objective C)

I developed an iPhone application that works as a custom music player. I managed to get a list of all songs in my iPhone into a UITableView. When I play a song, sound comes out of the iPhone audio speakers instead of a Bluetooth-connected device. In…
Pavan Alapati
  • 317
  • 1
  • 5
  • 17
0
votes
1 answer

tesseract- target invocation exception- Google glass

Here is my code String DATA_PATH = Environment.getExternalStorageDirectory().toString() + "/VIVA/"; TessBaseAPI baseApi = new TessBaseAPI(); baseApi.setDebug(true); //baseApi.init(DATA_PATH, lang); baseApi.init(DATA_PATH, "eng"); …
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
1 answer

google glass send or share binary data using GDK

I develop a glassware that can produce binary data. The data format may be Audio or Video and it will be stored on SdCard. After these data has been created, I want to share it easily with other people or send email with an attachment to them. So, I…
Everett
  • 339
  • 2
  • 10
0
votes
2 answers

Android depependency folder not found- Google glass

I have added external jars into libs folder, But they get added into android private libraries .In my build path I don't see them under android dependencies.they get added to android private libraries.Also I get an error once I close and open the…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
1 answer

Upload Mirror quick-start Java project to App Engine:

I have problem with uploading mirorapi quick-start to App Engine. Currently I can run locally, but I don't know how to upload it to appengine. Based on this book, I have to upload with appcfg.sh: Because I'm using windows, so I run it with cmd. But…
eng
  • 83
  • 1
  • 9
0
votes
1 answer

EYE(Retina) Scanning in Google Glass

I'm an android developer. Currently I'm learning Google Glass App development. I want to know, is there any API available for retina scan or eye scanning in google glass. Please help me in this. Thanks in advance.
Vignesh
  • 2,295
  • 7
  • 33
  • 41
0
votes
1 answer

How to programatically replicate a mosaic style as in CardBuilder.Layout.COLUMNS?

What are the components required to be able to do that dynamically?
gdoubleu
  • 72
  • 1
  • 7
0
votes
1 answer

action.CALL_DIAL set +1 on phone number

Actualy with the new update, Im getting some troubles with this source code, cos' add a +1 on the phone number. Anyone get the same problem? Intent localIntent = new Intent(); localIntent.putExtra("com.google.glass.extra.PHONE_NUMBER",…
jfcogato
  • 3,359
  • 3
  • 19
  • 19
0
votes
1 answer

Handling swipe down as back button

I am writing a simple app for Google Glass. There are three activities which each handle a static card. Each card has its own menu. Now I read on google developer that swiping down should work like the back button on android smartphones, i.e. call…
schlingel
  • 3
  • 3