Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Kinect for Windows SDK Programming Guide
  • Table Of Contents Toc
Kinect for Windows SDK Programming Guide

Kinect for Windows SDK Programming Guide

By : Abhijit Jana
4.6 (16)
close
close
Kinect for Windows SDK Programming Guide

Kinect for Windows SDK Programming Guide

4.6 (16)
By: Abhijit Jana

Overview of this book

Build motion-sensing applications with Microsoft\'s Kinect for Windows SDK quickly and easily with this book and ebook.
Table of Contents (13 chapters)
close
close
12
Index

Skeleton tracking in near mode


The Kinect for Windows SDK provides support for tracking a skeleton while the depth data range is set to near as well. In Chapter 5, The Depth Data – Making Things Happen, we have discussed about the near mode and we have seen how the sensor can give a player range that is very small (40 cm) using depth near range.

The SDK leverages the near-range features for skeleton tracking as well. Both the default and seated skeleton can be tracked using the near range.

Enabling skeleton tracking in near mode is straightforward. First of all make sure near mode is enabled for DepthDataStream. You can set it using the following code:

this.sensor.DepthStream.Range = DepthRange.Near

Once the near mode is set properly, we can just set EnableTrackingInNearRange as true for the skeleton data stream as follows:

this.sensor.SkeletonStream.EnableTrackingInNearRange = true;

The EnableTrackingInNearRange property has both the get and set accessories; so you can use this property to check...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Kinect for Windows SDK Programming Guide
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon