Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
nuitrack.OutputMode Struct Reference

Stores the sensor data properties. More...

Properties

int FPS [get]
 Get the FPS. More...
 
int XRes [get, set]
 Get the X resolution. More...
 
int YRes [get, set]
 Get the Y resolution. More...
 
float HFOV [get]
 Get the HFOV. More...
 

Detailed Description

Stores the sensor data properties.

Property Documentation

int nuitrack.OutputMode.FPS
get

Get the FPS.

Returns
The FPS.
float nuitrack.OutputMode.HFOV
get

Get the HFOV.

Returns
The HFOV.
int nuitrack.OutputMode.XRes
getset

Get the X resolution.

Returns
The X resolution.
int nuitrack.OutputMode.YRes
getset

Get the Y resolution.

Returns
The Y resolution.