Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.41 KB

Samples.md

File metadata and controls

24 lines (13 loc) · 1.41 KB

Nuitrack samples

Nuitrack SDK includes the following samples that you can run to test the Nuitrack features:

  • Nuitrack console sample shows how to use Nuitrack to get the user's right hand position. The example covers the basic stages of Nuitrack API usage: initialization, module creation, callback registration, Nuitrack startup, data retrieval and resource release. The received data is written to the console.

    Source code

  • Nuitrack OpenGL sample shows how to use Nuitrack to get the user's right hand position. The example covers the basic stages of Nuitrack API usage: initialization, module creation, callback registration, Nuitrack startup, data retrieval and resource release. The received data is written to the console.

    Source code

  • Nuitrack OpenGL sample with OpenNI API is similar to the previous one, but it is based on the use of the OpenNI API.

    Source code

  • Nuitrack C# sample shows how to use Nuitrack to get a depth map, data on tracking of users, skeletons, hands and gesture recognition.

    Source code

  • Nuitrack Device API samples (C++ and C#) show how to use Nuitrack Device API to select and activate a device.

    Source code (C++)
    Source code (C#)