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

VP8 Encoding results in grayscale image on Google Glass

The application I am working on is developed for Google Glass but runs on Android tablets as well.It uses VP8 encoding to transfer camera images to a remote application. The preview format parameter on the camera is set to ImageFormat.YV12. The VP8…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
1 answer

Wireless Data transfer between Google Glass and computer

I'm looking for a wireless way to send data between my computer and Google Glass that doesn't involve any cloud API (GDK instead of Mirror API). I'm thinking Bluetooth. Does anyone have a preferred method for this kind of data transfer or have done…
0
votes
2 answers

Google Glass GDK: Generate Notification Sound

I want to generate a notification sound after a certain event on Google Glass. This is what I have tried NotificationCompat.Builder builder = new NotificationCompat.Builder(context) …
Clocker
  • 1,316
  • 2
  • 19
  • 29
0
votes
1 answer

Share Camera video on Google glass to PC

Can any one let me know how to share video from Camera on Google Glass to an PC. Wanted to have a live share, may be over the internet. Thanks, Mohan
0
votes
1 answer

The import com.google.android.glass.timeline.TimelineManager cannot be resolved

Following a Livecard tutorial, I realized that eclipse keeps throwing the following error: "import com.google.android.glass.timeline.TimelineManager cannot be resolved". The solution I found online was to set the project to compile with the Glass…
Hanna Al
  • 1
  • 2
0
votes
2 answers

Attach image in static card with Mirror API and Python

I'm trying to insert an item card into timeline with an image as attachment. If I try to insert an item, it goes well: def notify_card(my_user, card=None): payload = card headers = {'Content-Type': 'application/json', …
antonio
  • 540
  • 1
  • 5
  • 19
0
votes
1 answer

In Google Glass, Menu Items are not shown after XE 17.2 Update, any Solutions?

This worked when the Glass in on XE12, I have opened the solution after about 2 Months and now with XE17 the menu items are not shown when tapped on the Live card, instead the live card is disappearing. I have updated the GDK, I have changed the…
Amalan Dhananjayan
  • 2,277
  • 1
  • 34
  • 47
0
votes
1 answer

Glass Mirror API save attatchment image to server via PHP

I am using the PHP quick start project example to display the timeline's attachment (image): getAttachments() != null) { $attachments = $timeline_item->getAttachments(); foreach ($attachments as $attachment) { ?> …
0
votes
1 answer

Google Glass sensors and API levels

The following paragraph is a note found in the GDK references for Google Glass. But I'm not sure exactly what it means. Can anyone explain to me what this paragraph is trying explain? Note: The Glass platform is based on Android 4.4 (API Level 19),…
0
votes
1 answer

How to deploy glass-java-starter

I have built the Glass Java starter project and have it running locally and it works fine. I'd now like to deploy it to Google App Engine (hence then able to reach it using appName.appspot.com) but I keep running into problems related to…
Greg
  • 192
  • 7
0
votes
1 answer

Google Glass USB driver installation, "This security ID may not be assigned as the owner of this object"

I am trying to get ADB on my computer running 64bit Windows 7 to recognize Google Glass. I have read many tutorials online, and believe I have followed all steps correctly. I have the SDK installed. I have the USB drivers installed, and then I go…
Preston T
  • 81
  • 4
0
votes
1 answer

Google Glass documentation

As I cannot find anything in the docs and support is no help, is there anyone that knows about: 1) OpenGL ES support 2) IMUs access API 3) camera specs (focal length, sensor size etc.) I want to work on something more advanced than another instagram…
aledalgrande
  • 5,167
  • 3
  • 37
  • 65
0
votes
1 answer

CardScrollView w/ xml layout

I have read many documents and have banged my head trying to figure out why my implementation of CardScrollAdapter returns a NullPointerException in the getView() method. Turns out, I was missing setItemOnCard() - however this is now deprecated as…
Clocker
  • 1,316
  • 2
  • 19
  • 29
0
votes
2 answers

Google Glass Menu Options (Button Navigation)

I have 3 simple menu options. Currently Tapping or calling Application Name Say"Hello World" takes them to Application home. For menu options to show up, user is got to tap again To switch menu, user will have to swipe forward To return to home,…
user1509593
  • 1,025
  • 1
  • 10
  • 20
0
votes
0 answers

GDK: Immersion causes StrictMode$InstanceCountViolation

Recently updated my Glass to XE 17.2, now I can't seem to develop immersions. The immersion development says that immersions are just standard activities. I have the usual stuff in my manifest, with the voice trigger set up like it would be for a…
javamonn
  • 134
  • 3