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
3
votes
1 answer

How to activate device admin on google glasses?

I want to disable camera on my google glasses. Is there any way to activate device admin and call DevicePolicyManager.setCameraDisabled(admin, disabled) method.
Akhil
  • 829
  • 1
  • 11
  • 26
3
votes
1 answer

Connecting Google Glass to a computer

I hope someone can help me cause I can't understand what my problem is. The thing is I'm trying to connect my Google Glass to my computer (Windows 7HP 64bit SP1), but adb - with the Debug Mode ON on the Glass, of course - can't recognize the item…
Jack88PD
  • 615
  • 2
  • 10
  • 24
3
votes
0 answers

Distorted images when using GLSurfaceView for camera preview

I've got the problem, that when I try to use a GLSurfaceView to display the camera preview, the preview image ends up being totally distorted, but only if I choose a preview size of >= 1280x720. At lower resolutions (e.g. 960x720) everything is…
3
votes
1 answer

Change language of offline speech recognition

I have succesfully integrated offline speech recognition into my glass app by following these steps: link. But I couldn´t find a possibility to change the language for recognition. Is there any or is it impossible? (The Language files have to exist…
user2479595
  • 339
  • 2
  • 11
3
votes
0 answers

MediaRecorder setOutputFile socket. File not Open

Device Google Glass XE19.1 I'm try write file on remote server: mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.MPEG_4_SP); …
user1755546
  • 1,049
  • 2
  • 13
  • 27
3
votes
2 answers

Inserting accounts into Mirror API using service account returns "invalid_grant" error

I'm using the Mirror API .NET Library with a Google Service Account to do 3rd Party Authentication via the MyGlass app. I'm following the Authentication for GDK Glassware documentation to authenticate my users server-side and then insert the…
3
votes
2 answers

Multiple voice triggers to start the same Activity on Glass and distinguish which one was used

I would like to use two different voice triggers to open the same activity, and inside this activity, decide what to do depending on which trigger was used. Is this possible without adding an extra prompt? According to the docs, you have access to…
Fernando Gallego
  • 4,064
  • 31
  • 50
3
votes
2 answers

MediaRecorder not working anymore on new Google Glass firmware (XE19.1) media server died error 100

I made a video-recording app for the Google Glass. The app worked perfectly until Google release firmware XE19.1. I have another Google Glass with firmware XE18.11. The app still works on the Google Glass with XE18.11. I get the following…
Richard
  • 33
  • 6
3
votes
2 answers

Hide `"ok glass"` menu when enable contextual voice commands

Do you know if it is possible to hide "ok glass" bottom text when enable contextual voice commands? Thanks all!
jos
  • 1,070
  • 12
  • 22
3
votes
3 answers

Cant send mail from Google Glass

I am trying to send an email from a Google Glass app I am developing. However, it seems my app can not find any application (including Gmail) to perform this action. Normally an Android phone would display several choices for sharing any kind of…
3
votes
1 answer

How can I dynamically update bindings in MvvmCross?

I know that bindings in MvvmCross get hooked up initially when we call SetContentView. However, I am dynamically creating a new view and the bindings from it are not being hooked up. Is there a way to get the MvvmCross bindings to hook up for views…
3
votes
0 answers

Listening for EyeGesture.WINK automatically activates "wink to take picture" in Google Glass - how to listen for a wink but NOT take a picture

I am building a Google Glass app and I'd like to recognize eye gestures. I wrote an EyeGestureListener to trigger on EyeGesture.WINK. When I wink, I do indeed get the callback to my function, but simultaneously a picture is taken due to Google's…
bhadley
  • 71
  • 5
3
votes
2 answers

Google glass video stream

I'm trying to create an app for Glass to stream video using GDK. I found nice example with libstreaming (https://github.com/fyhertz/libstreaming) there: Google Glass stream video to server The solution there creates stream server on the phone. VLC…
Artem Bobritsky
  • 152
  • 1
  • 9
3
votes
0 answers

How to stream video to and from Google Glass

I really need help. I have spent days on stack overflow trying to find answers to my questions without any luck. Here is what I am trying to accomplish... I am trying to capture video from the google glass camera, and stream it to a WebRTC server…
JudithO
  • 69
  • 4
3
votes
1 answer

Google glass and Video/Photo Upload code sample

Is there a code sample to upload Video or Photo to a server. I see CNN has iReport and Dubai Police has a way to upload media. I want to upload to a secure place where only a private group of folks can see the uploaded media. (May be a private…
user1509593
  • 1,025
  • 1
  • 10
  • 20