Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.4 KB

original-README.md

File metadata and controls

39 lines (26 loc) · 1.4 KB

Gen. II Kinect 4 Windows – Basics

Tutorial on the basics of Kinect for Windows Gen. II.

You can read my full post here.

K4W logo

Disclaimer

This tutorial is based on the November (2013) version of the alpha SDK for Kinect for Windows Gen II and not the final sdk.

“This is preliminary software and/or hardware and APIs are preliminary and subject to change”.

Prerequisites

In order to follow the tutorial you will need the following aspects -

  • Windows 8/8.1
  • Basic C# & WPF knowledge
  • Visual Studio 2013
  • Kinect for Windows alpha sensor & SDK (Gen II.)

What you will learn##

This tutorial covers the following aspects -

  • Introduction to the alpha SDK
  • Visualize the camera
  • Depth indication
  • Display the infrared stream
  • Body/Skeletal tracking on top of the camera output

Sample

Template

Since this tutorial is focussing on Kinect for Windows I've created a template that covers most of the WPF.

Tutorial

You can download my template here.