Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cfletcher1856/Kinect-DartScorer

Using a XBox Kinect to score dart games
https://github.com/cfletcher1856/Kinect-DartScorer

Last synced: 9 days ago
JSON representation

Using a XBox Kinect to score dart games

Awesome Lists containing this project

README

        

Kinect-DartScorer
=================

Installation
------------
1. You need to have installed: IPython, Matplotlib, OpenCV 2.1, PyOpengl, wxPython
2. Build the latest version of libfreenect.
https://github.com/openkinect/libfreenect

3. Build and install the python wrappers for libfreenect
cd libfreenect/wrappers/python
python setup.py install

4. Download the latest version of this project
git clone https://github.com/amiller/libfreenect-goodies.git
cd pykinect

5. Test that python can find libfreenect by running:
python demo_freenect.py