Quantcast
Viewing latest article 13
Browse Latest Browse All 13

Rob Saunders commented on the blog post Blob Tracking

Rob Saunders commented on the blog post Blob Tracking For completeness, I've created a version of the GettingStartedWithKinect that is threaded. This means that anything that you do inside the KinectEvent function happens on a separate thread and so is done "alongside" draw(). ~~~ import org.openkinect.*; import org.openkinect.processing.*; Kinect kinect; Thread thread; boolean running = true; PImage displayFrame; void setup() { size(640, 480); displayFrame [...]

Comments: 0


Viewing latest article 13
Browse Latest Browse All 13

Trending Articles