LEAP MOTION: GESTURAL BASED 3D INTERACTIONS

Slides:



Advertisements
Similar presentations
SEMINAR ON VIRTUAL REALITY 25-Mar-17
Advertisements

MUltimo3-D: a Testbed for Multimodel 3-D PC Presenter: Yi Shi & Saul Rodriguez March 14, 2008.
Virtual Reality. What is virtual reality? a way to visualise, manipulate, and interact with a virtual environment visualise the computer generates visual,
Game Development with Kinect
CAP4730: Computational Structures in Computer Graphics Basic Graphics Hardware.
Motion Capture Emilio Cantu, Jin He, Gerard Louis, Brian Orchosky, Chelsey Salberg.
 Introduction  Devices  Technology – Hardware & Software  Architecture  Applications.
(CONTROLLER-FREE GAMING
Leap Motion - Proprietary & Confidential 8 Great Disruptions 1.
Professor : Yih-Ran Sheu Student’s name : Nguyen Van Binh Student ID: MA02B203 Kinect camera 1 Southern Taiwan University Department of Electrical Engineering.
GIP: Computer Graphics & Image Processing 1 1 Medical Image Processing & 3D Modeling.
Hands-free Control of Standard DICOM Imaging Software using Leap Motion or Myo Controller. As Shown at RSNA 2014.
Virtual Reality Lecture2. Some VR Systems & Applications 고려대학교 그래픽스 연구실.
GENESIS OF VIRTUAL REALITY  The term ‘Virtual reality’ (VR) was initially coined by Jaron Lanier, founder of VPL Research (1989)..
1 Computer Graphics Week2 –Creating a Picture. Steps for creating a picture Creating a model Perform necessary transformation Lighting and rendering the.
Augmented Reality and 3D modelling By Stafford Joemat Supervised by Mr James Connan.
Video Eyewear for Augmented Reality Presenter: Manjul Sharma Supervisor: Paul Calder.
Professor : Tsung Fu Chien Student’s name : Nguyen Trong Tuyen Student ID: MA02B208 An application Kinect camera controls Vehicles by Gesture 1 Southern.
TOUCH ME NOT Presented by: Anjali.G.
Choosing interaction devices: hardware components
HCI 입문 Graphics Korea University HCI System 2005 년 2 학기 김 창 헌.
VIRTUAL REALITY PRESENTED BY, JANSIRANI.T, NIRMALA.S, II-ECE.
CONTENT 1. Introduction to Kinect 2. Some Libraries for Kinect 3. Implement 4. Conclusion & Future works 1.
Subject Name: Computer Graphics Subject Code: Textbook: “Computer Graphics”, C Version By Hearn and Baker Credits: 6 1.
Haris Ali (15) Abdul Ghafoor (01) Kashif Zafar (27)
Made By: Pallavi Chhikara
Virtual Pointing Device Using Stereo Camera The 6th International Conference on Applications and Principles of Information Science Jan , 2007, Kuala.
3DDI: 3D Direct Interaction John Canny Computer Science Division UC Berkeley.
IKE MARYFRANCES 12/SMS02/048 EMS 303 THE ADVANCEMENT AND APPLICATIONS OF THE TOUCHSCREEN TECHNOLOGY A touch screen is an electronic visual display that.
TOUCHLESS TOUCHSCREEN USER INTERFACE
Nickolas McCarley University of Alabama Abstract Robotic Navigation through Gesture Based Control (RNGBC) assists people who may not be able to operate.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
Lecture Input Devices Keyboard. Mouse Microphone Digital Camera Scanner.
Virtual Reality Prepared By Name - Abhilash Mund Regd.No Branch - Comp.sc & engg.
Introduction to multimedia
TOUCHLESS TOUCH SCREEN USER INTERFACE
Southern Taiwan University Department of Electrical Engineering
Lesson 4 Alternative Methods Of Input.
EYE TRACKING TECHNOLOGY
Hand Gestures Based Applications
Alternative Methods Of Input
What do we know from research on:
Introducing virtual REALITY
A seminar on Touchless Touchscreen Technology
Musical Instrument Virtual
Sai Goud Durgappagari Dr. Yingcai Xiao
Sliding Puzzle Project
Google Cardboard.
“almost everything on computers that is not text or sound”
Bashar Mu’ala Ahmad Khader
Virtual Reality By: brady adger.
3D Graphics Rendering PPT By Ricardo Veguilla.
CAPTURING OF MOVEMENT DURING MUSIC PERFORMANCE
TOUCHLESS TOUCHSCREEN USER INTERFACE
Lesson 4 Alternative Methods Of Input.
Chapter 2: Input and output devices
Sai Goud Durgappagari, VIJAY KOLAGANI, Dr. Yingcai Xiao
Senior Capstone Project Gaze Tracking System
Finger Interaction Virtual Reality
Models and Architectures
A seminar on Touchless Technology
Graphical User Interface Based Digital Sixth Sense
Jennifer Whyte Dragana Nikolić
Computer Systems INPUT PROCESS OUTPUT.
Virtual Reality.
AN INTRODUCTION TO COMPUTER GRAPHICS Subject: Computer Graphics Lecture No: 01 Batch: 16BS(Information Technology)
Chapter I Introduction
GEOGRAPHY Subject Teachers : J. Govender & A Ellan
Lesson 4 Alternative Methods Of Input.
COMPUTER GRAPHICS with OpenGL (3rd Edition) Donald Hearn M
Presentation transcript:

LEAP MOTION: GESTURAL BASED 3D INTERACTIONS Thanh Nguyen and Tammy Dinh CS320: User Interface

What is Leap Motion? - Is a computer hardware sensor device - Enables users to interact with the computer using hand motion - Developed and marketed by Leap Motion Co. in May, 2012

What is Leap Motion? Computer hardware sensor device Enables users to interact with the computer using hand motion Developed and marketed by Leap Motion Co. in May, 2012

Demo Playground

How does Leap Motion work? Size of a matchbox is placed horizontally on the desktop in front of the computer screen It enables continuous tracking of multiple hands with high accuracy Leap Motion controller and the coordinate system used to describe positions in sensory spaces

How does Leap Motion work? Controller has two cameras and three infrared LEDs Hardware: Scans infrared light to capture the surrounding Generates greyscale stereo image of the near-infrared light spectrum Software: Analyzes and reconstructs 3D representation of the greyscale image Extracts tracking information (hands, fingers, & gestures) Diagnostic visualizer: Shows real-time image input and virtual hand output These track infrared light with a wavelength of 850 nanometers, which is outside the visible light spectrum Distinguish foreground object from background Thanks to its wide angle lenses, the device has a large interaction space of eight cubic feet, which takes the shape of an inverted pyramid – the intersection of the binocular cameras’ fields of view

Applications Medical (e.g. physical therapy for rehab) Education (e.g. medical training) Gaming Music, art, & design UI/UX design VR/AR

Demo Cyber Science Motion Zoology

Benefits Portable Affordable Provides more intuitive ways to interact with 3D user interfaces Well-documented API

Drawbacks Limited sensory space Inconsistent across different LM software Premature community for developers

Using Leap Motion with VR

Setting up in Unity Requires either V2 SDK for Desktop applications or Orion SDK for VR Essential asset is Core – available on the website Drag and drop prefabs & configure attributes

Questions?