shrirangkadam / pykinect-python3.6

This is modified version of orginal pykinect library by Microsoft with added support for python 3.6
Apache License 2.0
23 stars 7 forks source link

Skeleton Tracking #1

Closed PranshuTople closed 5 years ago

PranshuTople commented 5 years ago

The example code shows me live video feed from Kinect. But how to see Skeleton over the video?

shrirangkadam commented 5 years ago

The example shows that library works with python 3 by showing video stream. You need to add yours own code to get skeleton over video

PranshuTople commented 5 years ago

Do you have any code to retrieve the skeleton data?