Kinect / PyKinect2

Wrapper to expose Kinect for Windows v2 API in Python
MIT License
498 stars 237 forks source link

skeleton tracking #50

Open lori8816 opened 6 years ago

lori8816 commented 6 years ago

Hi im new to python and i wanted to try to do something with the new kinect for a project

the idea was that the kinect wood track someone in my room and if they left( the room) and dont return after 2 min ( return to the room ) it wood send a signal to my phone.

but i can't find any documentation on PyKinect2 and it's the only moduel fore kinect v2 in python

i'd be glad if somebody could help mi. thx

Ddylen commented 4 years ago

This library is somewhat lacking in documentation, I've included some basic example code in https://github.com/Kinect/PyKinect2/issues/24 which I hope will help people avoid the issues I had with it when I first started