introduction to google glass and gdk

16
Introduction to google glass and GDK As efficient as your in-house team We provide the people, the ability and the tools so you can be best at what you do.

Upload: cuelogic-technologies-pvt-ltd

Post on 28-Jan-2015

113 views

Category:

Technology


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Introduction to google glass and GDK

Introduction to google glass and GDK

As efficient as your in-house teamWe provide the people, the ability and the tools so you can be best at what you do.

Page 2: Introduction to google glass and GDK

The device has been designed for instant sharing and uploads images, video and audio on the go, online.

There is a power cable attached to the right side of the Glass frame that is used to recharge the device.

Page 3: Introduction to google glass and GDK
Page 4: Introduction to google glass and GDK

Camera -Photos - 5 MP -Videos – 720p

Connectivity -Wifi -BluetoothStorage -12 GB of usable memory, synced with Google cloud storage. 16 GB

Flash total.

Page 5: Introduction to google glass and GDK

Record videos, take pictures Show messages Find information Show maps Live video sharing Integrates Google Now Translate

Page 6: Introduction to google glass and GDK

Mirror API– web-based services, called Glassware, that

interact with Google Glass.– It provides this functionality over a cloud-

based API and does not require running code on Glass.

Glass Development Kit (GDK)– The Glass Development Kit (GDK) is an add-

on to the Android SDK that lets you build Glassware that runs directly on Glass.

Page 7: Introduction to google glass and GDK

The GDK is an Android SDK add-on that contains APIs for Glass-specific features.

Unlike the Mirror API, Glassware built with the GDK runs on Glass itself, allowing access to low-level hardware features.

Page 8: Introduction to google glass and GDK

Time line: The timeline provides a standard interface for users to

experience Glassware and for developers to display Glassware.

Static card: Static cards appear within the history section of the

timeline. Live card:

Live cards show content that is important at the current time

Immersions: Immersions are customized UI experiences that take over a

user's focus and display outside of the timeline experience.

Page 9: Introduction to google glass and GDK

Time line

Static Cards – appears within the history section of the timeline. Each card

focuses on one thing, is visually clear, and is simple to read. (used in mirror api as well as GDK)

Live Cards– show content that is important at the current time and

constantly update to keep information fresh and relevant.(possible GDK)

Page 10: Introduction to google glass and GDK

Immersions– are customized UI experiences that take over a user's focus

and display outside of the timeline experience.

Appears in the

timeline

Access to user input

Control over user interface

Major uses

Static CardsYes No No Information

display without user

interaction

Live Cards Yes Yes, but timeline takes precedence

Yes, no restrictions Rich and live content with

low user interaction

Immersions No Yes, no restrictions

Yes, no restrictions Rich and live content with

high user interaction

Page 11: Introduction to google glass and GDK

// Create a card with some simple text and a footer. Card card1 = new Card(context);

card1.setText("This card has a footer.");

card1.setInfo("I'm the footer!");

View card1View = card1.toView();

The card will look like the image provided below.

Page 12: Introduction to google glass and GDK
Page 13: Introduction to google glass and GDK

Low frequency - which updates the card once every few seconds.

High frequency - which updates the card many times a second.

Page 14: Introduction to google glass and GDK
Page 15: Introduction to google glass and GDK

Its Cost ($1500). Battery Backup. Privacy issues. Banned at places.

Page 16: Introduction to google glass and GDK