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

Google Glass gestureDetector and setBaseListener

I want to implement the gesturedetector to set baselistener for my Google Glass. Android studio gave me an error saying the symbol touchpad cannot be found. I have already imported the relevant libraries. setBaseListener continues to give an…
Bonsai
  • 13
  • 5
1
vote
1 answer

Char* Corrupted Across JNI Calls

I'm working with a C library (librtmp) on android (Google glass specifically), with bindings created by SWIG. When I call a native method with a struct containing a char*, return from that method, and call another native method, the char* will not…
Nate
  • 185
  • 9
1
vote
1 answer

After doing all what I can, there is still error "Could not find OpenCV Library - 2.4.9.apk" in Android for OpenCV

To develop a Google Glass project, I need to use OpenCV in Eclipse. I have already added OpenCV Library-2.4.9 in "Projects" in "Java Build Path" as well as added it in "Android",but when I run the project, the console just says "Could not find…
Becky
  • 11
  • 3
1
vote
2 answers

How to add library project to an existing android project in AndroidStudio

how can I add a custom library project (in my example the CuXtomCam library) to an existing android project using Android Studio 1.1? I've read about changing the build.gradle file. But where should I place the library ressources? Thank you in…
la-ga
  • 160
  • 2
  • 13
1
vote
0 answers

Android Bluetooth Transfer to Glass using RFCOMM

I have been trying to connect Google Glass and to Nexus device using Bluetooth RFCOMM in which the app running on Nexus device acts as server and The Glass tries to connect as a client to the same UUID. The answer :…
Ashwini Khare
  • 1,645
  • 6
  • 20
  • 37
1
vote
1 answer

Google Glass Fullscreen Custom Layout Cards

I have an issue. Since the Card class is deprecated and the CardBuilder.EMBED_INSIDE is fairly limited. The only option is to use a custom View. I'd also like to use the CardScrollView and the CardScrollAdapter. visit Google Glass Immersion Custom…
1
vote
1 answer

Using onCameraFrame on OpenCV for Android to capture high resolution frame?

I am trying to capture a high resolution frame (1280x720) from the camera in a pair of Google Glass using OpenCV 2.4.10 for Android. I have implemented the CameraBridgeViewBase.CvCameraViewListener2 in my Activity and try to grab the frame in the…
Andain
  • 153
  • 3
  • 8
1
vote
1 answer

Using OCR on Google Glass

I'm trying to work with OCR, and I'm following this tutorial: https://community.idolondemand.com/t5/Blog/Tutorial-OCR-on-Google-Glass/ba-p/1164 But it not works good with Glass. The camera shows unreal colors... The color of the skin is blue :( And…
adlagar
  • 877
  • 10
  • 31
1
vote
2 answers

Google Glass Card Design for only Image

I know that there are some design layouts (for example TEXT, TITLE, COLUMS etc.) What I would like to show is just a picture from drawable. When I use the TEXT Layout with .addImage, the picture is in background (darker). I tried to use the TITLE…
1
vote
0 answers

zxing decoding QR Code on Google Glass always throw NotFoundExcexption

I have much trouble with xzing and decoding QR Code on a Google glass. The code works fine with starting the camera an calling the decoding method for the camera preview. The decoding always throws a "NotFoundExecption". The Test QRCode works fine…
1
vote
1 answer

Dynamically creating XML cards

I'm trying to create some layouts dynamically and then inflate them. Currently I have some layouts and I'm inflating them by using my own adapter class. However now I need to create some cards based on data that is generated. I tried using the card…
NoSixties
  • 2,443
  • 2
  • 28
  • 65
1
vote
1 answer

How to save and retrieve a file on Google Glass?

I need to be able to store accelerometer data in a text file on Google Glass, plug the glass into a computer, and then be able to retrieve that written file. I am not getting any errors/exceptions--the file just never appears. Here's what I have…
Shane Wilhelm
  • 95
  • 1
  • 6
1
vote
1 answer

Get multiple voice commands when launching an application

I'm trying to use my application to use voice command like "ok, glass" -> power_ball(home screen) -> game1(cardview) -> game2(cardview) -> I tried lot of examples but I only manage to get into one screen(home screen)....From a home screen how can I…
DaChavoh
  • 100
  • 1
  • 16
1
vote
1 answer

Change background of linearlayout in livecard

I'm trying to change the color of a linearview when a certain state happens in my live card. I added the colors I want in my colors.xml and I'm able to set them in the live card layout itself. but is there a way to set the background from code? I…
TheUnknown
  • 50
  • 5
1
vote
0 answers

Google Glass as external monitor

Is there any way to mirror a computer screen onto Google Glass? There is a lot of information for glass->computer, but I cannot find any for computer-> glass. Any help will be appreciated. So far this…
dillx
  • 11
  • 2