Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Kinect in Motion - Audio and Visual Tracking by Example

You're reading from  Kinect in Motion - Audio and Visual Tracking by Example

Product type Book
Published in Apr 2013
Publisher Packt
ISBN-13 9781849697187
Pages 112 pages
Edition 1st Edition
Languages

Table of Contents (12) Chapters

Kinect in Motion – Audio and Visual Tracking by Example
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Kinect for Windows – Hardware and SDK Overview 2. Starting with Image Streams 3. Skeletal Tracking 4. Speech Recognition Kinect Studio and Audio Recording Index

Summary


In this chapter we learned how to start building a Kinect project using Visual Studio, and we focused on how to handle color streams and depth streams.

We managed the KinectSensors_StatusChanged event handler to retrieve the potential active Kinect sensor and we learned how to start the sensor using the KinectSensors.Start() method.

Thanks to the KinectSensors.ColorStream.Enable(ColorImageFormat) and the event handler attached to the KinectSensors.ColorFrameReady, we started to manipulate the color stream data provided by the Kinect sensor. We then had some fun applying custom effects to the color stream data.

We went through scenarios where retrieving color frames using the KinectSensors.ColorFrameReady could cause issues, and we introduced the polling technique using the ColorImageFrame OpenNextFrame (int millisecondsWait) API instead.

We introduced the SDK V 1.6 new API ColorStream.CameraSettings for tuning the images provided by the Kinect sensor.

Using the ColorImageFrame.Format...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}