Nuitrack SDK includes a set of sample C++ and C# demo programs that you can build and run to check the Nuitrack features, such as skeleton tracking, hand tracking, gesture recognition, etc. The instructions on building and running the samples are given in the README
files in the corresponding folders.
Example | Description |
---|---|
Nuitrack Multi-Sensor sample | This simple example shows how to use Nuitrack with multiple sensors to get a depth maps and tracking results. In this example, the resulting data is rendered using OpenCV. |
Nuitrack console sample | This simple example shows how to use Nuitrack to get a user's right hand position. The example covers the basic stages of the Nuitrack API usage: initialization, module creation, callback registration, Nuitrack startup, data retrieval, and resource release. The received data is displayed in the console. |
Nuitrack OpenGL sample | This example shows how to use Nuitrack to get a depth map, data on the tracking of users, skeletons, hands, and gesture recognition. In the example, the resulting data is rendered using OpenGL. |
Nuitrack OpenGL sample with OpenNI API | This example is similar to the previous one, but it is based on the OpenNI API. |
Nuitrack C# sample | This simple C# example shows how to use Nuitrack to get a depth map, data on the tracking of users, skeletons, hands, and gesture recognition. |
Nuitrack Device API sample | This example shows how to use Nuitrack С++ Device API to select and activate a device with the Nuitrack C++ API. |
Nuitrack C# Device API sample | This example shows how to use Nuitrack С# Device API to select and activate a device with the Nuitrack C# API. |
Nuitrack Android Studio GL sample | This example shows how to use Nuitrack in Android Studio to get a depth map, data on the tracking of users, skeletons, hands, and gesture recognition. In the example, the resulting data is rendered using OpenGL. |