Group 4 Alix Krahn Denis Lachance Adam Thomson

Slides:



Advertisements
Similar presentations
What do you need? AV or Base Computer Promethean board ELMO
Advertisements

Introduction To Computer and Information Technology.
Do It Yourself Interactive Technologies. Do It Yourself “DIY questions the supposed uniqueness of the expert's skills, and promotes the ability of the.
Electrical and Computer Engineer Large Portable Projected Peripheral Touchscreen Team Jackson Brian Gosselin Greg Langlois Nick Jacek Dmitry Kovalenkov.
University of Colorado at Boulder – ECE Capstone – CDR – October 16, 2007.
Department of Electrical and Computer Engineering He Zhou Hui Zheng William Mai Xiang Guo Advisor: Professor Patrick Kelly ASLLENGE.
The Science of Digital Media Microsoft Surface 7May Metropolia University of Applied Sciences Display Technologies Seminar.
Electrical & Computer Engineering, ECE Faculty Advisor Wayne Burleson Team Members Chinedu Okongwu Andrew Maxwell Awais Kazi Collaborators W. Richards.
Camera Control Group Members - Bryan Marek - Brendan McMeel - Caitlin Motsinger - Tanya Ngo - Chris Hippleheuser.
The objective of this senior design project was to design and build a multi-touch interface device that could allow users to interact with a computer application.
Input Devices Image Capture Devices, Sound Capture Devices, Remote Controls PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
Tejas D Kulkarni Abhisheyk Gaur Himanshu Raghav Ankur Mishra.
MULTI-TOUCH TABLE Athena Frazier Chun Lau Adam Weissman March 25, 2008 Senior Projects II.
Camera Interfacing using ARM7
Name: Rafael Eduardo Barrios navas
TOUCHLESS TOUCH SCREEN
Eye Detector Project Midterm Review John Robertson Roy Nguyen.
   Input Devices Main Memory Backing Storage PROCESSOR
Laser DCS meeting, Utrecht, 13 June 2005Børge Svane Nielsen, NBI1 TPC laser controls adjustable mirrors Laser Controls, Power, Cooling DCS: 1/ Laser controls.
Lesson 2 Information Processing. Objectives Define hardware and software Explain the three basic computer functions: input, processing, and output.
Capture your favorite image Done by: ms.Hanan Albarigi.
Infinity-project.org The Institute for Engineering Education Engineering Education for today’s classroom. 1 Infinity Project Laboratory Setup.
Computer main parts. Hardware  It refers to all physical parts of a computer system.
Unit 2 - Hardware Peripherals.
TECHNICAL SEMINAR ON SMART QUILL.
Input Devices Ali El-Achmar Matt Leclair TEJ20. What Are Input Devices? ● Input Devices are data going into the computer from the user.
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
Multitouch Game Table Senior Design Fall 2006 What we did right and what we did wrong… Aditya Mittal James Wallace Albert You Paul Ferrara.
Computers Today Information taken from: Microsoft Office 97 Professional by Lawrence Press Microsoft Office 2003 by Glencoe Dell Dimension B110 2 iMac.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
1 DSP handling of Video sources and Etherenet data flow Supervisor: Moni Orbach Students: Reuven Yogev Raviv Zehurai Technion – Israel Institute of Technology.
Win OS & Hardware. Input Getting data into the computer.
UNIT I. EMBEDDED SYSTEM It is an electrical/electro-mechanical system designed to perform a specific function. It is a combination of hardware and software.
 A SMART board is a combination of a simple white board and a computer.  It is touch controlled and works with a computer and a projector.  A SMART.
TECHNICAL SEMINAR ON SMART QUILL
By Noordiana Kasim. MODERN I/O DEVICES 1. PRINTER 2. MONITOR 3. KEYBOARD 4. AUDIO SPEAKER 5. DVD DRIVE.
USB host for web camera connection Characterization presentation Presenters: Alexander Shapiro Sergey Alexandrov Supervisor: Mike Sumszyk High Speed Digital.
Connecting the cRIO to the 12 V power source and your computer
There are two types of keyboards: Alphanumeric Special Function Alphanumeric, the most common type of keyboard contains 101 to 105 keys, however all keyboards.
TV Remote As A Wireless Mouse For PC.
Interfacing Touch screen via lpc21xx Resistive touch screens can be a great way to enable complex user input in your projects inexpensively and with a.
TOUCHLESS TOUCHSCREEN USER INTERFACE
Information Processes and Technology Information Processes Collecting.
IBall Face2Face CHD 12.0 Webcam
SIXTH SENSE TECHNOLOGY
A seminar on Touchless Touchscreen Technology
HARDWARE The hardware is the part you can see the computer, ie all components of their physical structure. The screen, keyboard, and mouse tower of the.
Group 4 Alix Krahn Denis Lachance Adam Thomsen
Group 4 Alix Krahn Denis Lachance Adam Thomsen
reimagine what you can do.
The next generation of collaboration
ECE477 MIDTERM DESIGN REVIEW: TEAM #08
Vision for Robotic Applications
SIXTH SENSE TECHNOLOGY
مقدمة في الاردنيو د فضل الاكوع.
Fix iTunes Error 11 Give a Ring on: Apple Mac Customer Support.
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
| | +27(0) Parrot LED & IWB Range of | | +27(0)
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Network Hardware and Protocols
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Smart Touch Kit   MANUAL.
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Computer Literacy and Applications
RTL Design Methodology
ECE Computer Engineering Design Project
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Group 4 Alix Krahn Denis Lachance Adam Thomson
Group 4 Alix Krahn Denis Lachance Adam Thomson
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Presentation transcript:

Group 4 Alix Krahn Denis Lachance Adam Thomson Multi-touch Table Group 4 Alix Krahn Denis Lachance Adam Thomson Introduce group members and any parts of project each person has led Adam – physical set-up done and a bit of hardware Alix – vhdl and physical set-up Denis – software drivers and image processing (camera)

What does it do? Multi-touch interface to control software and applications Intuitive, natural gestures and natural interface to use computer Useful for collaboration and learning, particularly with children and people who are disabled

How does it do it?

Infrared Touch Event

How does it do it?

Picture Captured by USB Camera NEED PIC HERE

How does it do it?

Picture sent to DE2 Via USB cable INTERESTING CHALLENGES HERE Webcam to Board Data Rate Data rate (measured on computer) ~0.7MB/s Below the data rate max for the USB (1.5MB/s) Interesting challenges here

How does it do it?

Post Digital Signal Processing Pic of DSP

How does it do it?

Data sent to computer by ethernet For each frame sent by the webcam, data for ten touch points is sent to the computer. Each touch point contains three integers: an x location, a y location, and the size of the touch point.

What’s on the computer? Receives position frames from the board Calibrates to the screen size Uses absolute points to control the software Finds gestures using differences in position of touches from frame to frame

Hardware Diagram

What’s special? Challenges Unique peripherals Using common I/O – USB Digital signal processing Using USB – creating a new controller and driver Creating physical table and compliant surface Challenges