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

Google Glass: Can Android and Google Glass application communicates with each other?

The idea is to create an android app which will directly talk to a google glass application to trigger few commands like take picture, record video, video call etc. The data collected by google glass application should again need to send back to…
0
votes
1 answer

Glass GDK Authentication: upload app to glassware needed

I'm developing a Glass app using GDK and Mirror API. I'm stuck with the GDK Authentication feature launched in XE16. I'm getting a response '404 Not Found' when trying to insert the account with the Mirror API: POST…
joss
  • 39
  • 4
0
votes
1 answer

More Card layouts - Author and content?

as seen here - https://developers.google.com/glass/design/style there should be native implementation of Card "Author and content" but I cannot find how to use it. In documentation you can change layout (a bit) by setImageLayout(Card.ImageLayout…
Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47
0
votes
1 answer

Google glass and sockets

I'm trying to connect my Glass with Arduino and a Wifi Shield. At MenuActivity.java I call (and others methods... but this is the call) : protected void onCreate(Bundle savedInstanceState) { new ConnexioArduino().execute(); …
Mark
  • 113
  • 7
0
votes
1 answer

Google Glass Camera: setPreviewCallback

I have an operating android app that utilizes preview callbacks, to process the image after every frame from the preview (the preview is paused for a minute while the calculations take place). It works great! But, now I am trying to get Google Glass…
KappaDragon
  • 61
  • 1
  • 6
0
votes
1 answer

How to install custom Google glass app on phone

I have created sample set up for Google glass on android device and this works. Then I have tried installing hello world glass app on android device For creating custom application such as Hello Glass using github's hello glass project which after…
priyanka_rao
  • 465
  • 1
  • 4
  • 20
0
votes
1 answer

How to change the appearance of a card in Google Glass

I'm trying to modify the appearance of cards created in a google glass application developed using the GDK. I've found the right place to modify the appearance - styles.xml. Here's the current code that gives me a glass-styled card:
meowsephine
  • 372
  • 1
  • 3
  • 15
0
votes
1 answer

"Record Video" Menu Item on Google Glass

I want to add a menu item to record video from within my glassware. Once the video recording is done, I want it shared automatically with the contact specified in TimlineItem.setCreator(...); Is this possible using Mirror API? Thanks! PS: I am using…
CraniumRat
  • 45
  • 4
0
votes
1 answer

Add video to timeline from GDK or Add "Share" to live card

I'm using the GDK with XE16 I would like to save a video using MediaRecorder and then put it on the Timeline so I can let the user share the video to Gplus, YouTube or any contact. I am providing some additional information during the recording…
John Fontaine
  • 1,019
  • 9
  • 14
0
votes
1 answer

Implement low-frequency live card in google glass

I try to implement low-frequency Live Card using the instruction provided in the GDK guides. I have a layout that I want to render and the LiveCard service class (that extends Service). I also have the Menu: activity to handle menu callbacks, making…
user2037739
  • 39
  • 1
  • 6
0
votes
1 answer

Google Glass hides my app from menu after firmware update on 18/Apr/2014

On 18/Apr/2014, Google Glass started firmware update automatically when I booted up Google Glass. After the firmware update, my app which I've been making with GDK disappears from menu and I couldn't launch my app from voice command. I reinstall…
0
votes
1 answer

How to send focus from card to home after onClick

I have an Activity that accepts voice input, instantiates a Card and then responds to an onClick event. When the onClick fires off, I want redirect the use back to the "OK Glass" view or the timeline containing a historical card representing that…
Ryan
  • 808
  • 7
  • 11
0
votes
1 answer

Custom Text for Default Menu Action - Mirror PHP API

Is there any way to set the display name and default value of a default menu action? Something like this: $menu_item = new Google_MenuItem(); $menu_item->setDisplayName("Shipped"); $menu_item->setAction("REPLY"); array_push($menu_items,…
AJ Birone
  • 151
  • 2
  • 9
0
votes
1 answer

Detect Glass paired with phone

I have an Android "companion" app which runs on the phone to which Glass is tethered, and talks to a GDK app running on Glass. What I'm looking for is a way to determine (programmatically, from the phone side) if a given Bluetooth pairing is to…
Sterling
  • 6,365
  • 2
  • 32
  • 40
0
votes
0 answers

Custom Icon not refreshing ( e.g.: read aloud icon )

i just updated on my google glass app the custom icon for the Read Aloud but the app ( it is a Python + GAE ) still delivers the old version to the devices. Am i missing something here? KR