Cargando…

Kinect for Windows SDK programming guide.

This book is a practical tutorial that explains all the features of Kinect SDK by creating sample applications throughout the book. It includes a detailed discussion of APIs with step-by-step explanation of development of a real-world sample application. The purpose of this book is to explain how to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jana, Abhijit
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing Limited, 2012.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Table of Contents; Kinect for Windows SDK Programming Guide; Kinect for Windows SDK Programming Guide; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Understanding the Kinect Device; Components of Kinect for Windows.
  • Inside the Kinect sensorThe color camera; IR emitter and IR depth sensor; How depth data processing works; Tilt motor; Microphone array; LED; Kinect for Windows versus Kinect for Xbox; Where can you use Kinect; Summary; 2. Getting Started; System requirements for the Kinect for Windows SDK; Supported operating systems; System configuration; The Kinect sensor; The Kinect for Windows sensor; The Kinect for Xbox sensor; Development tools and software; Evaluation of the Kinect for Windows SDK; Downloading the SDK and the Developer Toolkit; Installing Kinect for Windows SDK.
  • Installing the Developer ToolkitComponents installed by the SDK and the Developer Toolkit; Kinect management service; Connecting the sensor with the system; Verifying the installed drivers; Not able to view all the device components; Detecting the loaded drivers in Device Manager; Testing your device; Testing Kinect sensors; Testing the Kinect microphone array; Looking inside the Kinect SDK; Features of the Kinect for Windows SDK; Capturing the color image data stream; Processing the depth image data stream; Near Mode; Capturing the infrared stream; Tracking human skeleton and joint movements.
  • Capturing the audio streamSpeech recognition; Human gesture recognition; Tilting the Kinect sensor; Getting data from the accelerometer of the sensor; Controlling the infrared emitter; The Kinect for Windows Developer Toolkit; The Face Tracking SDK; Kinect Studio; Making your development setup ready; The Coding4Fun Kinect Toolkit; Summary; 3. Starting to Build Kinect Applications; How applications interact with the Kinect sensor; Understanding the classification of SDK APIs; Kinect Info Box
  • your first Kinect application; Creating a new Visual Studio project; Adding the Kinect libraries.
  • Getting the Kinect sensorThe Kinect sensor; Defining the Kinect sensor; The collection of sensors; Starting up Kinect; Inside the sensor. Start() method; Enabling the data streams; Identifying the Kinect sensor; Initializing the sensor using device connection ID; Stopping the Kinect sensor; The Stop() method does the clean-up operation; Displaying information in the Kinect Info Box; Designing the Info Box UI; Binding the data; A quick look at INotifyPropertyChanged; Using INotifyPropertyChanged for data binding; Setting the DataContext; Setting up the information; That's all!