jana2308walter / Bodytracking_Spork_Walter

1 stars 0 forks source link

Comparison of Depth Cameras: Kinect V2 and Zed 2i

Body Tracking in SoSe 2021

@jana2308walter @a-spork

Goals

In this project the two depth cameras Microsoft Kinect V2 and Stereolabs Zed 2i are compared in terms of application areas and possible uses. The aim is to identify the advantages and disadvantages of the two systems and to be able to make recommendations for different areas of application. A special focus is on object tracking in space and the detection of persons and their movements or body posture. For this purpose we mainly use the depth cameras and the skeleton view.

Kinect V2

Installation requirements

Installation instructions

You can find the Kinect for Windows SDK 2.0 here: https://www.microsoft.com/en-us/download/details.aspx?id=44561

BILD VISUAL STUDIO MIT PASSENDEM CODE

Use instructions

The Kinect V2 supports C#, C++ In this pictures you can see the RGB, the skeleton view and the depth map with the Kinect V2 (Depthcamera shows different input):

BILD RGB, SKELETT, TIEFENKAMERA

In this picture you can see the the RGB view and the object detection on the map with the Kinect V2:

BILD RGB, OBJECT DETECTION

ZED 2i

Installation requirements

Installation instructions

For the use of this camera it is helpful to use Visual Studio Code. The camera is compatible with C#, C++ and Python, so we decided to use Python for this course. Also we suggest to use Anaconda to install all the needed packages and an individual development environment. If you want to use our scripts you have to install the needed packages first (Described above). After you installed the packages correctly, the Scripts should run and if your camera is connected to your computer, you can start to work.

BILD VISUAL STUDIO MIT PASSENDEM CODE

Use instructions

With the scripts from this repository you can activate the various views of the Zed 2i:

In this pictures you can see the RGB, the skeleton view and the depth map with the Zed 2i (skeleton view shows not the same image):

BILD RGB, SKELETT, TIEFENKAMERA

In this picture you can see the pointcloud, the RGB view and the object detection on the map with the Zed 2i:

BILD POINTCLOUD, RGB, OBJECT DETECTION