Difference between revisions of "ECE597 Project Interactive Pong"

From eLinux.org
Jump to: navigation, search
(Project Description and Task List)
Line 1: Line 1:
[[Category:ECE597]]
+
This project is part of the ECE597 32-bit Embedded Linux class at Rose-Hulman Institute of Technology in Terre Haute, IN.
 +
 
 +
==Project Goal==
 +
The goal of this project is to implement a simple game of "Pong" on the Beagle Board that allows a user to play the game by gesturing with their hands rather than using a mouse or keyboard. 
 +
 
 +
==Team Members==
 +
Elliot Simon
 +
 
 +
Mitch Garvin
 +
 
 +
Matt Luke
 +
 
 +
Jian Li
  
This project is part of the ECE597 32-bit Embedded Linux class at Rose-Hulman Institute of Technology in Terre Haute, IN.
+
==Task List==
 +
Below is an estimated list of tasks to complete  Task list will be updated as necessary
  
Project information to come!
+
{| border="1" cellspacing="0" cellpadding="5"
 +
! Task
 +
! Status
 +
! Description
 +
|-
 +
| Pong on the Beagle Board
 +
| Not complete
 +
| Port a simple game of classic pong onto the Beagle Board with keyboard/mouse input
 +
|-
 +
| Webcam interface with the Beagle Board and OpenCV
 +
| Not complete
 +
| Get the Beagle Board to recognize the webcam and perform basic functionalities from OpenCV (connect to camera, snapshot, etc.)
 +
|-
 +
| Refactor Pong
 +
| Not complete
 +
| Refactor Pong to work with a different input (camera)
 +
|-
 +
| Track hands with camera and OpenCV
 +
| Not complete
 +
| Track user's hands using OpenCV library functions on the Beagle Board
 +
|-
 +
| Interface tracking camera with pong
 +
| Not complete
 +
| Join the tracking and game into one system such that users can play pong with their hands
 +
|-
 +
|}
 +
[[Category:ECE597]]

Revision as of 11:30, 25 March 2010

This project is part of the ECE597 32-bit Embedded Linux class at Rose-Hulman Institute of Technology in Terre Haute, IN.

Project Goal

The goal of this project is to implement a simple game of "Pong" on the Beagle Board that allows a user to play the game by gesturing with their hands rather than using a mouse or keyboard.

Team Members

Elliot Simon

Mitch Garvin

Matt Luke

Jian Li

Task List

Below is an estimated list of tasks to complete Task list will be updated as necessary

Task Status Description
Pong on the Beagle Board Not complete Port a simple game of classic pong onto the Beagle Board with keyboard/mouse input
Webcam interface with the Beagle Board and OpenCV Not complete Get the Beagle Board to recognize the webcam and perform basic functionalities from OpenCV (connect to camera, snapshot, etc.)
Refactor Pong Not complete Refactor Pong to work with a different input (camera)
Track hands with camera and OpenCV Not complete Track user's hands using OpenCV library functions on the Beagle Board
Interface tracking camera with pong Not complete Join the tracking and game into one system such that users can play pong with their hands