Kinect Invisible Drumset
This program uses the RGB Camera and Tracking program to display a tracked user in front of a background. A drum set image is then displayed over the user. When …
Kinect Invisible Drumset Read MoreThis program uses the RGB Camera and Tracking program to display a tracked user in front of a background. A drum set image is then displayed over the user. When …
Kinect Invisible Drumset Read MoreProcessing can directly talk with a serial port. Two sections of code are shown here. The first will be the code for processing to talk to the Arduino. The second …
Arduino and Kinect Communication Read MoreThis program will track a user and take their outline and paste it onto any background you want. The setup method includes where you need to add the name of …
RGB Camera and Tracking Read MoreThis program uses the depth sensors to track multiple hands. SimpleOpenNI version 1.96 allows for easy multiple hand tracking compared to older versions. This program will display the vector coordinates …
Multiple Hand Tracking Read MoreThis program uses the depth and RGB sensors together to create a 3D color image. You can use the arrow keys to move the image around. The vectorShading variable controls …
Advanced Kinect Depth Programming Read MoreThis program uses the depth sensors to track multiple users. It will display the skeleton structure on a tracked user. The “confidence level” is a number between 0 and 1 …
Kinect Skeleton Tracking Read MoreThis program is similar to the basic skeleton tracking but also extracts position datas is he. This program will display the angle of all 4 major joints in your body …
Kinect Joint Tracking Read MoreThis program uses the depth sensors to track the center of gravity of tracked users. It will display a circle on the user’s center of gravity and display each tracked …
User Center of Mass Tracking Read MoreThis will explore how to use the sensors on the kinect. You cannot use the IR and depth sensors at the same time but you can use the RGB camera …
Accessing the Kinect Sensors Read MoreI recommend reading the wikipedia article part of how the kinect’s technology works and its limitations. The SimpleOpenNI library for processing can be found here. This gives instructions on how to install the …
Kinect Technology and Powering Read More