Search code examples
kinect-sdk

Automatic Tilt Kinect sensor According to head position


How to tilt the Kinect sensor according to the head position


Solution

  • The two functions that will allow you to detect clipping of the skeleton are:

    Depending on how your application is operation you can monitor either one of these and, when clipping of the Skeleton is detected, adjust the KinectSensor.ElevationAngle accordingly.