Skip to content

Wrapper to expose Kinect for Windows v2 API in Python

License

Notifications You must be signed in to change notification settings

Reiko69420/PyKinect2-Updated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyKinect2 - Forked

Enables writing Kinect applications, games, and experiences using Python. Inspired by the original PyKinect project on CodePlex.

Only color, depth, body and body index frames are supported in this version. You have some example code in the Examples foleder and the code is pretty easy to read

Prerequisites

The easiest way to get most of the pre-requisites is to use Anaconda which includes NumPy. You'll then need to pip install comtypes. The PyKinectBodyGame sample requires PyGame which needs to be manually installed.

  1. Download Python3.12.3
  2. pip install comtypes
  3. Install the Kinect for Windows Runtime 2.2.1811
  4. Install the Kinect SDK 2.0
  5. Go to the file folder > Kinect for Windows Runtime 2.2.1811 > Right click and Install the file “kinectsensor.inf”
  6. Then install the Kinect SDK
  7. Then run the program KinectRuntime-x64.msi

Full List of Dependencies

Installation

The package needs to be installed manually, so first clone/download the project somewhere on your computer, Go inside it trough your cmd, and type this:

pip install .

If you are using a virtual environment, be sure to activate it first.

About

Wrapper to expose Kinect for Windows v2 API in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%