Kinect / PyKinect2

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

[Question]Linux ? #35

Closed pranali3215 closed 7 years ago

pranali3215 commented 7 years ago

The README states that "Kinect for Windows SDK v2" is one of the dependencies. Does this mean that this does not work with Ubuntu 14.04 OS ?

gblikas commented 7 years ago

@pranali3215 Most likely, especially since you can only use the "Ofiicial" Kinect SDK on Windows. There are other options like ROS, and MATLAB, however.

vladkol commented 7 years ago

This library is basically a wrapper for Kinect for Windows SDK. Moreover, it's designed in a way Kinect SDK works (not quite a "Python way"). All contributions are welcome!