Stickers, Straws, and Augmented Reality: the DIY approach to - - PowerPoint PPT Presentation

stickers straws and augmented reality the diy approach to
SMART_READER_LITE
LIVE PREVIEW

Stickers, Straws, and Augmented Reality: the DIY approach to - - PowerPoint PPT Presentation

Stickers, Straws, and Augmented Reality: the DIY approach to Prototyping AR experiences Caitlin Fisher | Andrew Roth Future Cinema Lab | Augmented Reality Lab at York University Saturday, 21 April, 12 The Augmented Reality Lab at York


slide-1
SLIDE 1

Stickers, Straws, and Augmented Reality: the DIY approach to Prototyping AR experiences

Future Cinema Lab | Augmented Reality Lab at York University Caitlin Fisher | Andrew Roth

Saturday, 21 April, 12

slide-2
SLIDE 2

The Augmented Reality Lab at York

yorku.ca/arlab youtube.com/thearlab

Saturday, 21 April, 12

slide-3
SLIDE 3

Example of a “Magic Lens”

Augmented Reality Lab at York

Saturday, 21 April, 12

slide-4
SLIDE 4

ARLAB objects in Max/MSP

Saturday, 21 April, 12

slide-5
SLIDE 5

Tubman Centre - VRPN Labyrinth project

Saturday, 21 April, 12

slide-6
SLIDE 6

Tubman Centre - Underground RailroadVuforia on iOS

Saturday, 21 April, 12

slide-7
SLIDE 7

52 Card Psycho

by G. A. Rhodes www.52cardcinema.com

Saturday, 21 April, 12

slide-8
SLIDE 8

Saturday, 21 April, 12

slide-9
SLIDE 9

AR on AR

Geoffrey Alan Rhodes

Saturday, 21 April, 12

slide-10
SLIDE 10

We AR in Moma

Sander Veenhof, Mark Skwarek

http://wttfuture.wordpress.com/2010/10/09/ sander-veenhof-pioneers-augmented-reality-art- at-moma-nyc/

Saturday, 21 April, 12

slide-11
SLIDE 11

Gremlin-infested Positioning System

Andrew Roth http://www.aranarproductions.com/ envision.html

Saturday, 21 April, 12

slide-12
SLIDE 12

Street Museum iPhone App

http://www.creativereview.co.uk/cr-blog/2010/may/streetmuseum-app

Saturday, 21 April, 12

slide-13
SLIDE 13

LE MONDE DES MONTAGNES

CAMILLE SCHERRER http://www.chipchip.ch/2_frameset.html

Saturday, 21 April, 12

slide-14
SLIDE 14

by Camille Utterback http://musesphere.com/regeneration/rain.jpg

Text Rain an example of a “magic Mirror”

Saturday, 21 April, 12

slide-15
SLIDE 15

Pepper’s Ghost -1862

Saturday, 21 April, 12

slide-16
SLIDE 16

David Hoffos

Scenes From a Dream House

Saturday, 21 April, 12

slide-17
SLIDE 17

PTAM demo

by Georg Klein

Saturday, 21 April, 12

slide-18
SLIDE 18

“We believe that the lack of appropriate tools is one of the factors limiting research and deployment of (Mixed Reality) systems, especially in domains such as entertainment that require skilled designers and artists to create robust, complex content.” MacIntyre, Authoring... 3.

Saturday, 21 April, 12

slide-19
SLIDE 19

Tools: How do you shorten the Production- testing cycle?

Saturday, 21 April, 12

slide-20
SLIDE 20

D.A.R.T. - Designers Augmented Reality Toolkit

Saturday, 21 April, 12

slide-21
SLIDE 21

SnapDragonAR - Inexpensive Drag and Drop 2d AR

Saturday, 21 April, 12

slide-22
SLIDE 22

22

Saturday, 21 April, 12

slide-23
SLIDE 23

23

Saturday, 21 April, 12

slide-24
SLIDE 24

24

Saturday, 21 April, 12

slide-25
SLIDE 25

25

Saturday, 21 April, 12

slide-26
SLIDE 26

26

Saturday, 21 April, 12

slide-27
SLIDE 27

27

Saturday, 21 April, 12

slide-28
SLIDE 28

28

Saturday, 21 April, 12

slide-29
SLIDE 29

29

Saturday, 21 April, 12

slide-30
SLIDE 30

30

Saturday, 21 April, 12

slide-31
SLIDE 31

31

Saturday, 21 April, 12

slide-32
SLIDE 32

32

Saturday, 21 April, 12

slide-33
SLIDE 33

33

Saturday, 21 April, 12

slide-34
SLIDE 34

34

Saturday, 21 April, 12

slide-35
SLIDE 35

35

Saturday, 21 April, 12

slide-36
SLIDE 36

36

Saturday, 21 April, 12

slide-37
SLIDE 37

37

Saturday, 21 April, 12

slide-38
SLIDE 38

§ On your iOS device or Android

38

http://www.aurasma.com/

Saturday, 21 April, 12

slide-39
SLIDE 39

§ Break

39

Saturday, 21 April, 12

slide-40
SLIDE 40

FLARToolkit Open Source Built on ARToolkit Making it DIY

Source: http://www.libspark.org/wiki/saqoosha/FLARToolKit/en

Saturday, 21 April, 12

slide-41
SLIDE 41

Source: http://www.futurestories.ca/osc

Tunnel Pop-up Book

Saturday, 21 April, 12

slide-42
SLIDE 42

The Toronto Museum Project

By: Andrew Roth

Saturday, 21 April, 12

slide-43
SLIDE 43

Download: futurestories.ca/osc

  • r

futurestories.ca/toronto

Saturday, 21 April, 12

slide-44
SLIDE 44

Make your images and video. Photoshop Layers Transparent PNGs Quicktime Video (Sound)

Saturday, 21 April, 12

slide-45
SLIDE 45

Preview: Instant Alpha Open in Preview Select the background Delete Selection Save As PNG with Alpha

Saturday, 21 April, 12

slide-46
SLIDE 46

Add them to the Media folder

MYFISH.png

Saturday, 21 April, 12

slide-47
SLIDE 47

Edit playlist.xml

<video id="myScene" desc="myDesc">fairytale.mov</video>

<image id="myScene" desc="clouds">MYFISH.png</image>

Saturday, 21 April, 12

slide-48
SLIDE 48

Duplicate for Each New Scene

<media> <!-- Andrew's scene 1--> <video id="scene Andrew" desc="fog and music">fairytale.mov</video> <image id="scene Andrew" desc="clouds">MYFISH.png</image> <image id="scene Andrew" desc="title">title1.png</image> <image id="scene Andrew" desc="frame">archD.png</image> <image id="scene Andrew" desc="frame">archC.png</image> <image id="scene Andrew" desc="frame">archB.png</image> <image id="scene Andrew" desc="frame">archA.png</image> <image id="scene Andrew" desc="Floor">Picture.png</image> <!-- Andrew's scene 2--> <video id="scene Andrew" desc="fog and music">fairytale.mov</video> <image id="scene Andrew" desc="clouds">MYOtherFISH.png</image> <image id="scene Andrew" desc="title">title1.png</image> <image id="scene Andrew" desc="frame">archD.png</image> <image id="scene Andrew" desc="frame">archC.png</image> <image id="scene Andrew" desc="frame">archB.png</image> <image id="scene Andrew" desc="frame">archA.png</image> <image id="scene Andrew" desc="Floor">Picture.png</image> </media>

Keep between the <media> </media> tags.

Saturday, 21 April, 12

slide-49
SLIDE 49
  • 3. Fix the “Global Flash Security

Settings” to test

Saturday, 21 April, 12

slide-50
SLIDE 50

Open multivideo.html. Embed it in your own webpage.

Saturday, 21 April, 12

slide-51
SLIDE 51

Requiem

By: Caitlin Fisher and Charles Fisher

Saturday, 21 April, 12

slide-52
SLIDE 52

The Amazing Cinemagician

By: Helen Papagiannis

Saturday, 21 April, 12