This program is a racing game which uses the motion of the user's hands and feet as the steering and acceleration input. The program is written in Python and uses pygame for the interface, OpenCV for color detection.
This program runs on Python 2.7.x, OpenCV 2.4.11, Pygame 1.9.1
Install all packages into their default locations. Python will be installed to C:/Python27/.
After installation, open Python IDLE. Enter import numpy and make sure Numpy is working fine.
Run openCV file
Goto opencv/build/python/2.7 folder. Copy cv2.pyd to C:/Python27/Lib/site-packages. (note you will have option of x64 and x86 make sure you know which version of python you have)
Run the pygame installation (make sure version lines up with python, ie 32bit)
Run the test file to make sure all dependencies are present
Calibration mode depends on the eventBasedAnimation framework This file can be downloaded here Download this file and include it in the working directory.