Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Contains information and settings for a device. More...
Public Member Functions | |
abstract string | GetInfo (DeviceInfoType info_type) |
Provides device info by type. More... | |
abstract List< VideoMode > | GetAvailableVideoModes (StreamType stream_type) |
Provides all available video modes for a current StreamType. More... | |
abstract VideoMode | GetSelectedVideoMode (StreamType stream_type) |
Provides selected video mode for a current StreamType. More... | |
abstract void | SetVideoMode (StreamType stream_type, VideoMode video_mode) |
Sets video mode for a current StreamType. More... | |
abstract void | Activate (string activation_key) |
Activate the current device. More... | |
abstract ActivationStatus | GetActivationStatus () |
Get license activation status. More... | |
Contains information and settings for a device.
|
pure virtual |
Activate the current device.
[in] | activation_key | License key for Nuitrack. |
nuitrack.Exception |
|
pure virtual |
Get license activation status.
|
pure virtual |
Provides all available video modes for a current StreamType.
[in] | stream_type | Stream type of VideoMode. |
|
pure virtual |
Provides device info by type.
[in] | info_type | Type of device info. |
|
pure virtual |
|
pure virtual |
Sets video mode for a current StreamType.
[in] | stream_type | Stream type of VideoMode. |
[in] | video_mode | Video mode. |