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

Represents the interface to the capabilities of the Nuitrack Color Sensor module. More...

Inherits nuitrack.Module.

Public Member Functions

delegate void OnUpdate (ColorFrame frame)
 
- Public Member Functions inherited from nuitrack.Module
String GetPerformanceInfo ()
 
virtual void Release ()
 
void subscribe ()
 

Protected Attributes

OutputMode mode
 
- Protected Attributes inherited from nuitrack.Module
System.IntPtr ptr
 
int usageCount
 
int isSubscribed
 
long lastCall
 

Properties

OnUpdate OnUpdateEvent add
 Raised when the module data is updated.
 
- Properties inherited from nuitrack.Module
System.IntPtr Ptr [get]
 Gets the native ptr. More...
 

Additional Inherited Members

- Protected Member Functions inherited from nuitrack.Module
void unsubscribe ()
 
abstract void subscribeImpl ()
 
abstract void unsubscribeImpl ()
 

Detailed Description

Represents the interface to the capabilities of the Nuitrack Color Sensor module.

To enable the module, you must create an instance of this class. To create the instance, use ColorSensor.Create () method. This instance is called ColorSensor module object.