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

I can't open the Google Glass Camera

I've got this code (based on http://developer.android.com/training/camera/cameradirect.html), but on Google Glass not works for me. The code: public class MainActivity extends Activity { private Camera mCamera; private CameraPreview…
adlagar
  • 877
  • 10
  • 31
2
votes
2 answers

Google Glass unlisted Contextual Voice Commands not working properly

I have a problem with the recognition of unlisted Voice Commands. I can't start the app by using the Voice Command "ok glass" -> "Test" like I would expect. But I can call the menu in my app by using "ok glass". The menu is displayed properly with…
Flupp
  • 856
  • 10
  • 24
2
votes
1 answer

Google Glass and Web RTC - approaches

I'm trying to set up a local Web RTC call between a PC and Google Glass in a private Wireless LAN network. I was able to build a quick hello world app on Glass. I changed this app that way, that this app connects to my localhost (which is…
Tom
  • 21
  • 1
2
votes
1 answer

add "ok glass" in my video while it playing,

How do I add "ok glass" in my video while it playing, I have this code : public void launchVideo(String filename) { Log.e("Code checking","Welcome DUDE!!!"); //say(filename); String path = mMovieDirectory+"/"+filename; …
DaChavoh
  • 100
  • 1
  • 16
2
votes
2 answers

Google Glass compile error on Android Studio

I'm trying to create a google glass app(immersion based) on Android Studio 1.1.0 and this error throws up. Error:Could not normalize path for file 'C:\Users\admin\AndroidStudioProjects\Sampleapp\app\build\intermediates\mockable-Google Inc.:Glass…
Vinay Potluri
  • 545
  • 1
  • 9
  • 23
2
votes
2 answers

scrolling through xml layouts

I'm trying to use layout files instead of the cardbuilder. Currently I have my first card inflated. This would be the card that is being used as card when you start the application. Now when you scroll to the left I want to show my next card.…
TheUnknown
  • 50
  • 5
2
votes
0 answers

Time to detect Wink on Google Glass

I want to increase the time that Google Glass needs to detect a Wink. I need that the Wink gesture is longer than the natural wink. How can I do this?
adlagar
  • 877
  • 10
  • 31
2
votes
1 answer

Catching an incoming phone call in Google Glass

I have a Google Glass paired to a phone running Android Lollipop, I want to use a Broadcast Receiver in Google Glass to handle an incoming call and eventually customize the call interface. I have been searching in the topics for more than two weeks…
2
votes
2 answers

Configure Google Glass as Android Studio AVD

Anyone know if it is possible to configure the google glass as AVD to run programs on Android Studio?
2
votes
1 answer

Camera Intent copying to custom folder delayed

I have a camera application in google glass and what I'm doing is, I'm copying images from default directory to my custom directory. At first, I thought it's not working, but when I turn off the glass and turn it on again, all the pictures exists.…
rapidoodle
  • 340
  • 1
  • 3
  • 23
2
votes
1 answer

How to update Google Glass menu when receiving async data from service call

Following is my setup. I have a livecard service class which does an async task to get weather and weatherforecast data externally. It also starts a Pendingintent with two menu-items being "ShowForecast" & "Stop" The weather data is shown on the…
Jinxvar
  • 871
  • 6
  • 8
2
votes
1 answer

Multiple voice commands for Google Glass application?

With a regular Android application, one can have two buttons where one triggers some code and the other triggers different code. For example, with two methods called startCameraForRec() and startCameraForOCR(), I have this working in my Android…
Ben Sandler
  • 2,223
  • 5
  • 26
  • 36
2
votes
1 answer

Google Glass application change timeline name

Im developing a live card application for a Google Glass. When I look at the timeline of the Google Glass my app is called "show demo". I want to change this, but i cant find out where to do this. The only thing i can find is the voice_trigger.xml…
Pim
  • 393
  • 3
  • 18
2
votes
2 answers

My APP want get the message from SMS Inbox, how to do that

My APP (In IOS platform) want get the message from SMS Inbox, how to do that? I also know that Google Glass APP can do that in iphone. How to get the message from SMS inbox in swift? thanks very much.
Victor LI
  • 31
  • 3
2
votes
2 answers

How does NodeAPI in Google Play Services work?

I was trying to find the list of Nodes via getNodes() method in NodeAPI in GooglePlayServices. I have one LG G Live watch, one Samsung Gear 2 (Tizen OS) and one Google Glass. My LG G Watch has a connection with a companion APP (via…