-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
38 lines (34 loc) · 1.79 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
KinectExplorer - READ ME
Copyright (c) Microsoft Corporation. All rights reserved.
=============================
OVERVIEW
.............................
This module provides sample code used to demonstrate Kinect NUI processing such as
capturing depth stream, color stream and skeletal tracking frames and displaying them
on the screen.
When sample is executed you should be able to see the following:
- the depth stream, showing background in grayscale and different people in different
colors, darker colors meaning farther distance from camera. Note that people will
only be detected if their entire body fits within captured frame.
- Tracked NUI skeletons of people detected within frame. Note that NUI skeletons will
only appear if the entire body of at least one person fits within captured frame.
- Color video stream
- Frame rate at which capture is being delivered to sample application.
=============================
FILES
.............................
- App.xaml: declaration of application level resources
- App.xaml.cs: interaction logic behind app.xaml
- KinectWindow.xaml: declaration of layout within window that host KinectDiagnosticViewer
- MainWindow.xaml: declaration of layout within main application window
- MainWindow.xaml.cs: Initialization of Kinect viewers per each Kinect sensor detected
- KinectExplorer.ico: Application icon used in title bar and task bar
=============================
OPENING IN VISUAL STUDIO
.............................
1. Launch Start/All Programs/Microsoft Kinect SDK v1.0/Kinect SDK Sample Browser
(Start -> typing "Kinect SDK" finds it quickly)
2. In the list of samples, select this sample.
3. Click on "Install" button.
4. Provide a location to install the sample to.
5. Open the Solution file (.sln) that was installed.