This repository provides an interface for Kinect with Python, using OpenCV and NiTE2. It allows you to control your PC or games using body movements captured by Kinect.
- Detects Kinect device and captures depth and skeleton data.
- Draws the body skeleton on the depth frame.
- Compatible with Kinect V1 and provides feedback on which device is being used.
You will need the following Python packages:
numpy
argparse
opencv-python
(forcv2
)openni
These can be installed using pip. For instance:
pip install numpy argparse opencv-python openni
- Make sure you have the Kinect device connected to your PC.
- Install all the necessary Python packages.
- Run the main script to start capturing and processing data from Kinect.
python main.py
Development/Contribution halted as of archiving this repository for now.