shiffman / OpenKinect-for-Processing

For use of libfreenect in processing
536 stars 218 forks source link

Dispose Kinect #145

Open cachila opened 5 years ago

cachila commented 5 years ago

Hi,

Is there any way to shutdown/close/dispose the connection to the device in runtime?

I have seen that freenect provides the shutdown method which perhaps does what I want but it is not accessible from Kinect class.

Thanks