You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
pykinect2
About this tag
PyKinect2 is a Python wrapper for the Kinect 2 sensor, enabling developers to write Kinect applications, games, and experiences using Python. Released by Vladimir Kolesnikov, a Microsoft employee, it supports color, depth, body, and body index frames. The wrapper is inspired by the original Kinect SDK and includes a sample game called PyKinectBodyGame that demonstrates the use of color and body frames. Prerequisites include Python and the Kinect SDK. This tool is useful for developers looking to integrate Kinect functionality into Python projects for interactive applications.
Vladimir Kolesnikov, Microsoft employee and part of the This Week on Channel 9 host team has released a new wrapper that will make the Python Kinect 2 Dev's smile... :)
PyKinect2
Enables writing Kinect applications, games, and experiences using Python. Inspired by the original Link Removed...