This repository contains the files for the course I gave at the University of Münster in SOSE 2021.
"Body tracking in closed spaces with depth sensor cameras".
In this course, we will use three different depth cameras. After the theoretical background, the exercises will give more insights into the data available and the code manipulation for accessing it.
To find the installation process for your device, go to this repository's Wiki and find your device! You will find a page for each depth camera available with the following content:
- Requirements
- Install instructions
- Testing configuration
- Useful links
You will find the docs folder with the tutorials per device in the repository.
- Introduction to the course
- Tracking technologies and techniques
- Depth sensor technologies. Concepts and techniques
- Identifying human body cues with depth cameras
- Depth cameras hardware overview
- Depth cameras models
Slides links will be available soon!
The tutorials are based on the dynamics from Kinect V02 Tutorial (2015), but the code has been updated to work for Windows 10 applications using the Windows.Kinect library as in the Kinect V2 SDK Samples. We hope this is helpful for other developers using KinectV2 in 2021!