The updated library is now ready. Please download at my research page. The source is also updated at the corresponding Github page.
Bryan Chung's website on digital art, entertainment design and software design
The updated library is now ready. Please download at my research page. The source is also updated at the corresponding Github page.
Finally, I updated the original PKinect Processing library for the Microsoft Kinect camera with the latest Kinect for Windows SDK 1.8 and built with Java JRE 1.7 update 51. It was tested in the latest Processing version 2.1.1.
The testing library can be temporarily downloaded here. Place the code folder into your Processing sketch folder. The latest sources will be released in Github soon.
This is another JavaScript test with the HTML5 Canvas in a blog post. It recreates the bouncing ball exercise.
Continue reading “HTML5 Canvas Animation Test”
Here is the new documentation video of my last interactive project, Movement in Void – A Tribute to TV Buddha.
The following Processing codes demonstrate the use of the OpenCV Features2D to detect key points from the webcam image. It is the first part of a more complex task to identify 3D motion from a 2D image.
This is the original OpenCV people detection example ported to Processing with the Java library of OpenCV 2.4.8. It can achieve more than 20 frames per second. Here is a sample test snapshot.
Continue reading “People Detection in Processing with OpenCV”