Kinect / PyKinect2

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

Added queueing of produced frame data #18

Closed levisaya closed 1 year ago

levisaya commented 9 years ago

Changed the runtime to push the produced frames to a queue. Changed the get methods to consume from the queues, with an optional blocking.

levisaya commented 9 years ago

Got the dummy C extension working as well so it will only compile on windows.