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
1
vote
0 answers

Android phone and Google glass usb communication

I have developed two apps which communicates between android phone and google glass over USB cable. So that I have written two apps, one is USB Host app and another is USB accessory app. These two apps work fine for mobile to mobile communication…
Masum
  • 4,879
  • 2
  • 23
  • 28
1
vote
1 answer

Intent filter for THERMAL_SHUTDOWN for Google Glass

Is there any intent filter to detect thermal shutdown of google glass? We can detect the preshutdown warning (Glass is too hot) using the following intent in broadcast receiver: "com.google.android.glass.action.THERMAL_PRESHUTDOWN_WARNING" I want a…
Mohammad Arman
  • 7,020
  • 2
  • 36
  • 50
1
vote
1 answer

Android Studio isn't working AGAIN

Before AS was refusing to install the APK onto the Glass so I uninstalled it, deleted all the files, and reinstalled AS using the installer file downloaded from the website. I downloaded and updated all the APIs I need and now it is coming up with…
1
vote
1 answer

Google Glass change app background color while running

I've been trying to figure out how to change the background color of my app while running without success. I would like to display warnings to the user by gradually turning the entire screen from green to red as he approaches the danger zone. I…
Albin
  • 33
  • 5
1
vote
0 answers

Scrollable contextual voice commands - Google Glass

I'm using Google Glass' contextual voice commands and I'm having a problem where not all of the items I'm including are showing up. For example: I have a bunch of Universities University 1 University 2 University 3 University 4 University…
Joe Smith
  • 11
  • 2
1
vote
0 answers

How to record and save a video using Google Glass

I am fairly new to android studio and developing with android. I have been trying this for months now, I need to record and save a video using Google Glass. The code that I currently have follows. This is code inspired from…
Adam
  • 1,489
  • 2
  • 10
  • 11
1
vote
1 answer

How to create an Android base emulator for google glass

I want to test google glass app in my local machine. Is there a way to test the app using android virtual device without actually having a google glass device ? I saw the same question in Is there an Android based Google Glass Emulator?, still isn't…
Msaranga
  • 11
  • 3
1
vote
0 answers

Google Glass - Pan and Zoom Images using OpenCv

I try to implement pan and zoom on Google Glass for taken pictures (using openCv). My problem is to find "a good" possibility to pan once I zoomed in. Let's say I've zoomed in - I can now use a GestureDetector and use the onScroll method to move…
G-Wak
  • 53
  • 3
  • 12
1
vote
2 answers

Android studio - gradle - failed to find target with hash string 'Google Inc.:Glass Development Kit Preview:19'

Failed to sync Gradle Project ‚HelloGlass‘ Error: Cause: failed to find target with hash string 'Google Inc.: Glass Development Kit Preview:19' in D:\Project\Android-SDK Strangly, this error didn’t appear 3 days ago when I last built the…
user3165984
  • 121
  • 2
  • 10
1
vote
1 answer

ZXing only recognizes QR-Code

I am trying to develop a barcode scanner for google glass (don't judge) using the ZXing library. Scanning QR-Codes works perfectly fine, but I can't scan any 1D-barcodes. This is my code: Intent intent = new Intent(this,…
000000000000000000000
  • 1,467
  • 1
  • 19
  • 38
1
vote
0 answers

UDP Packet Loss From Android (GoogleGlass) to Arduino over Wi-Fi

I'm busy improving my undergraduate thesis, Gimbal Control by Means of Google Glass. I have managed to send UDP packets from Google Glass to an Arduino with a Wi-Fi shield attached. Both the Arduino's Wi-Fi shield and Google Glass is connected to…
Josua B
  • 71
  • 6
1
vote
0 answers

How to create a (javax.bluetooth.)RemoteDevice / connect with mac-address

I need a connection from java to an UNVISIBLE paired android (google glass), therefore I need to hard-code connect to the glass into java code. It would be pretty easy if I could create a RemoteDevice with the mac address. Here is the API for…
tom3008
  • 100
  • 9
1
vote
0 answers

Images to HTTP Live Streaming

I have a series of video frames as images that have been processed using some algorithm. I now want to stream these in a format that Google Glass can read (instructions and formats). How would I go about encoding these images into a video and…
1
vote
1 answer

Does google glass supports 'kiosk mode'?

I am planning to use the Android GDK for a glass app. Is it possible to restrict the users interaction to that specific app, so all system apps will not be visible? If it is possible, how can you achieve this?
Anthea
  • 3,741
  • 5
  • 40
  • 64
1
vote
0 answers

Using developer voice commands result in a network timeout error and hangs voice control

Since last Tuesday our project team have had some issues with the google glass device. We are working on an app that is using custom developer voice commands to launch and navigate through contextual voice menus within the app. Our app has worked…