Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cfletcher1856/Kinect-DartScorer
- Owner: cfletcher1856
- Created: 2012-05-24T20:59:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-24T21:02:01.000Z (over 12 years ago)
- Last Synced: 2024-08-02T15:30:24.770Z (3 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 install4. 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