Skip to content

Latest commit

 

History

History
 
 

Examples

Nuitrack Demo Programs

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.
Room Demo (Unity) This is a sample VR application for VicoVR. In this project, a user's skeleton is detected and tracked. The avatar is standing in front of a mirror in a virtual room.
VicoVR Demo (Unity) This Unity sample shows you how to use Nuitrack to track a user's skeleton and segment, get a depth map from the sensor, and create a point cloud.