Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
Common elements

Elements that are not tied to any particular module. More...

Classes

class  nuitrack.Frame< T >
 Represents a generalized frame. More...
 
class  nuitrack.Nuitrack
 
class  nuitrack.device.NuitrackDevice
 Contains information and settings for a device. More...
 
struct  nuitrack.device.VideoMode
 Contains parameters for a stream. More...
 
struct  nuitrack.Orientation
 Stores the spatial orientation as a 3x3 rotation matrix. More...
 
class  nuitrack.NativeResources.PooledUnmanagedResource
 Represents a wrapper for UnmanagedResource object allocated from the object pool. More...
 
class  nuitrack.NativeResources.UnmanagedResource
 Represents a disposable wrapper for unmanaged native resource. More...
 

Enumerations

enum  nuitrack.device.ActivationStatus {
  nuitrack.device.ActivationStatus.NONE,
  nuitrack.device.ActivationStatus.TRIAL,
  nuitrack.device.ActivationStatus.PRO
}
 Contains activation types. More...
 
enum  nuitrack.device.DeviceInfoType {
  nuitrack.device.DeviceInfoType.PROVIDER_NAME,
  nuitrack.device.DeviceInfoType.DEVICE_NAME,
  nuitrack.device.DeviceInfoType.SERIAL_NUMBER,
  Count
}
 Contains information types for NuitrackDevice. More...
 
enum  nuitrack.device.StreamType {
  nuitrack.device.StreamType.DEPTH,
  nuitrack.device.StreamType.COLOR,
  Count
}
 Contains stream data types. More...
 

Detailed Description

Elements that are not tied to any particular module.

Enumeration Type Documentation

Contains activation types.

Enumerator
NONE 

no valid license

TRIAL 

time-limited license

PRO 

unlimited license types

Contains information types for NuitrackDevice.

Enumerator
PROVIDER_NAME 

device provider

DEVICE_NAME 

device name from a driver

SERIAL_NUMBER 

device serial number from a driver

Contains stream data types.

Enumerator
DEPTH 

depth stream

COLOR 

color stream