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

Seeing in low light


As we all know, IR is invisible to the human eye as it has a longer wavelength than the highest wavelength that a human eye can see in a spectrum. This same disadvantage of human beings is used as an advantage by using an IR light to see in the dark. The Kinect SDK provides an API that can help us read the same data.

Capturing IR stream data is as simple as capturing a color image stream, as the SDK returns the infrared stream as a part of the color image stream data. The only changes are ColorImageFormat and PixelFormats. You can simply change the following two sections in the code block that we have discussed in the Capturing color image from the Kinect camera section.

  1. Enable the ColorStream with InfraredResolution640x480Fps30:

    this.sensor.ColorStream.Enable(ColorImageFormat.InfraredResolution640x480Fps30);
  2. Set the PixelFormats to Gray16 while creating the bitmap source as assigning it to image control:

    this.VideoControl.Source = BitmapSource.Create(
    imageFrame.Width, imageFrame...
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