Send OSC Messages with Microsoft Kinect

In this article:

<aside> 📎 We do not recommend using Labs for installations or productions where dependability is required. These features are experimental and unsupported.

</aside>

In this tutorial, we'll be using an open-source solution that allows you to control OSC values using Kinect Body Tracking.

KinectV2-OSC sends OSC messages for each body detected by the Kinect. We edited the code to add a feature that detects right-to-left hand movement and then sends an OSC message to the Lightform device to trigger the next slide.

Any other input device can be used instead of a Kinect (e.g., RealSenseLeap Motion, etc.). Here are some open-source solutions we found:

<aside> 📎 Note: This requires a bit of coding!

</aside>


Requirements