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

Panning an image with head motion on Google Glass

Is there any solution for panning images using head motion? i.e. the 'Meet the Team' easter egg. Works very well on the easter egg! Would be great to have this in the GDK (hint hint Google). I have found this library which works for horizontal…
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
4
votes
2 answers

Centering an image in the center of the card

I'm trying to center the image in the middle of my card. I tried applying additional styles like traditional HTML tags to center it, but no luck so far.
4
votes
1 answer

Adding result return to BarcodeEye (ZXing glass port), what is the result location?

I am trying to create a Glass app which scans a barcode and uses the information in the barcode to open a specific document. After having trouble building ZXing from source for Glass, I turned to an already created port called BarcodeEye:…
calumb
  • 1,051
  • 2
  • 10
  • 24
4
votes
1 answer

How to run a Google Glass GDK sample on the device?

I start developing Google Glass app with GDK . I use Eclipse with Android SDK Manager to install the GDK. After that, I import the Google Glass project following the steps mentioned here: Click File > New Project > Android Sample Project Select…
Raptor
  • 53,206
  • 45
  • 230
  • 366
4
votes
2 answers

Create a Bundle card using GDK?

Is there a way to create a Timeline Bundle card using the GDK? I'm currently creating a Timeline card this way: mLiveCard =…
Eduard
  • 3,482
  • 2
  • 27
  • 45
4
votes
2 answers

HelloWorld for Google Glass

I'm trying to make a HelloWorld application for Google Glass by using the GDK provided. This is the entire codestack, I'm trying to work out the way to program this. Compiling doesn't give any errors but running it does. package…
HelloWorld
  • 83
  • 1
  • 8
4
votes
1 answer

Google Glass: Starting an activity with "Ok Glass, Command"

Using this code snippet, as directed by Google's guide, presents an additional voice input screen.
Calvin
  • 622
  • 2
  • 8
  • 19
4
votes
1 answer

Google Glass isn't showing up as a device on eclipse under DDMS.

I edited the .inf file in my C:adt-bundle-windows-x86_64-20130917\sdk\extras\google\usb_driver directory. I installed the drivers for Windows 7 through that same directory. My Google Glass is in debug mode. The device is plugged in, yet it isn't…
user3097461
  • 41
  • 1
  • 2
4
votes
3 answers

How can I pan a webview in google glass

I'm working on a Google Glass app that uses a webview. In the standard Google Glass browser, you can place two fingers on the touchpad and move your head around to pan the webpage. It also overlays a crosshairs that can be used to select links. I am…
Smalesy
  • 591
  • 1
  • 7
  • 20
4
votes
1 answer

Eclipse buffer overflow Google Glass

I have seen all of the other buffer overflow posts and I have tried everything they have said. The thing is I am not on API 19 like most people getting the error are. I am building glassware for Google Glass so I am on API 15 (4.0.3). Why would I be…
Vincent Taglia
  • 173
  • 1
  • 3
  • 12
4
votes
4 answers

Delayed loading of images on cards

I'm specifically looking at doing this in a CardScrollAdapter, but it would be also good to know in the LiveCard situation when publishing a card to the timeline. Is there a way to use volley or any other networking library to load images using the…
yincrash
  • 6,394
  • 1
  • 39
  • 41
4
votes
1 answer

immersions losing focus in google glass

When you are using glassware based on live cards, such as the timer or compass samples, the live card will be the first thing you see as soon as you wake up glass after having the screen turn off. In other words, you will see the live card as soon…
aleph_null
  • 5,766
  • 2
  • 24
  • 39
4
votes
2 answers

Is it possible to use the micro USB on Google Glass to connect to another type of micro USB device for data transfer while the Glass is in use?

Is it possible to use the micro USB on Google Glass to connect to another type of micro USB device for data transfer while the Glass is in use? This is basically for a sensor that has a micro USB output but can't be sent over WIFI or Bluetooth due…
4
votes
2 answers

How to launch a regular Activity on Google Glass

I have been looking through the github examples for google glass and my code doesn't really look very different. With the exception of launching a regular TextView, my code should theoretically work. My Activity code is: package…
Andy
  • 10,553
  • 21
  • 75
  • 125
4
votes
3 answers

Google Glass and BLE (Bluetooth 4.0, BluetoothSmart)

Does Google Glass SDK (GDK) support BLE yet? I would like to connect and communicate with a Bluegiga BLE113 module. Thanks.
Reneli
  • 1,756
  • 2
  • 16
  • 26