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
2 answers

How to run my own app

I started GDK development, and i have written a simple and small Hello World example, i installed three required APKs on my android device glasshome-modded.apk glassvoice-modded.apk glasssetup-modded.apk now i am getting glass home screen and…
Sun
  • 6,768
  • 25
  • 76
  • 131
0
votes
1 answer

Mirror API custom menu and custom properties

In my app I have added custom menu items to user timeline items. I am creating the custom menus in iteration. Is there any way to append the custom properties to the custom menu item? , so that I can know which menu item is clicked. ere is my code…
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
0
votes
1 answer

Expected Google Glass GPS accuracy

I understand that the Google Glass is currently equipped with the SiRFstarIV GSD4e GPS engine. Does anyone know the horizontal (for my purposes) accuracy of GPS readings? (i.e. within meters) Thank you
King_Kumar
  • 45
  • 8
0
votes
3 answers

No Launcher activity found error on Eclipse - Google Glass XE 18.11

I'm trying to run the sample code from the following https://github.com/googleglass/gdk-waveform-sample I know the sample is based on older version, but I'm trying to make it work with the current version. I'm getting > [2014-06-15 23:16:45 -…
fokusfocus
  • 195
  • 1
  • 3
  • 15
0
votes
2 answers

Cannot run camera demo code in eclipse.. No launcher found

I am a beginner at Glass/Android development. << When I try to run this camera demo, eclipse fails to find the launcher and aborts (which is expected since src is empty.. Here is what the console will throw: [2014-06-13 20:16:08 -…
Hanna Al
  • 1
  • 2
0
votes
1 answer

Android - Scandit Barcode Scanner issues with EAN-13

I implemented the scandit library in my google glass project, but if I'm scanning EAN-13 barcodes the last digit is always wrong. For example: I'm scanning a code with the value 2220141633626 and the result is 2220141633624. This is my code in…
Deno Agüero
  • 519
  • 2
  • 9
  • 27
0
votes
1 answer

what is HeadGestureManager and is there a way to use it?

I am currently working on an app that tries to detect different head gestures. I have however noticed in the LogCat the following : 06-11 13:36:32.349: I/RunnableDetector(8406): Recognized gesture with detector: NUDGE Calling listener... 06-11…
cyc115
  • 635
  • 2
  • 14
  • 27
0
votes
1 answer

How to receive data from Google glass in Mirror API

In my app I have added custom menu items to user timeline items. So if user select the menu, a request supposed to send to server from glass. My question is how can I receive and parse this request in java servlet page? Here is my code for custom…
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
0
votes
1 answer

How to start automatically an application when Google glass start?

I would like to know how to start automatically a specific Glassware once my glasses are turned on ? What would be the best way to do that? PS: that would be for a user that use Google glass only this specific glassware and nothing else.
0
votes
1 answer

Google glass development - Store an array of taken photos and videos

I have this working code for saving a spoken text as an array of Strings: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { if (requestCode == SPEECH_REQUEST && resultCode ==…
Roi Bueno
  • 99
  • 10
0
votes
1 answer

Google Glass App disappeared from timeline

I'm developing a google glass (xe17.3) application with eclipse. Today I accidently cleared the "xml" folder in my project with the "voice_trigger.xml". Then I added the folder and the xml again, but since then my app disappeared from the timeline.…
Deno Agüero
  • 519
  • 2
  • 9
  • 27
0
votes
1 answer

Android Bluetooth Connections

I am trying to pass data from my Android phone to Glass. I found this: https://stackoverflow.com/a/20414642/318800 and ported it into an small application. However, when I run my application the seek thread hangs on the socket =…
0
votes
1 answer

proper way to present a cardScrollActivity before a live card for google glass

What is the proper way to present a card scroll activity before presenting a service? For example, if I wanted to allow the user to select a song in a scroll view before playing the song in a live card.
user3699997
  • 797
  • 4
  • 5
0
votes
1 answer

post picture/video to a php server on google glass

Is there any way to upload a photo that I took (by the "take a picture" voice command)/ a video (by the "record a video" command) of the google glass to a php server?
Roi Bueno
  • 99
  • 10
0
votes
1 answer

How to type characters in Google Glass?

In my Glass application, I have created a preference fragment for users to enter some important information such as name, password, etc. When run, the preference item does come up as expected. However, I couldn't find a way to key in the characters.…
Peter
  • 11,260
  • 14
  • 78
  • 155