Kinect / PyKinect2

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

How PyKinect2 can be used in Ubuntu. When Kinect WIndow SDK is for Windows #78

Open Archeema16 opened 4 years ago

Archeema16 commented 4 years ago

Hello. I know this sounds immature but i am new to Kinect Community so i have no other way. I am currently using pylibfreenect2 to run kinect for my project but somehow i am unable to get depth Data. When started searching i stumbled upon an opensource code which uses PyKinect2 to get it. Now the problem is PyKinect2 get installed by pip in ubuntu but it has a prereq which is Kinect for Windows SDK V2 which i dont know how to install on ubuntu. As the material available for Kinect V2 is very outdated. It would be great if you help me on it.

nitzel commented 4 years ago

I guess your best bet is having a look at OpenKinect. That's unlikely to be compatible with PyKinect2, though.

KonstantinosAng commented 4 years ago

Maybe this one:

https://github.com/kiddos/pykinect2