C# Class CLNUIDeviceTest.CLNUIDevice

Datei anzeigen Open project: zeviance/Kinect-Mouse-Controller Class Usage Examples

Private Methods

Method Description
CreateCamera ( ) : IntPtr
CreateMotor ( ) : IntPtr
DestroyCamera ( IntPtr camera ) : bool
DestroyMotor ( IntPtr motor ) : bool
GetCameraColorFrameRAW ( IntPtr camera, IntPtr data, int timeout ) : bool
GetCameraColorFrameRGB24 ( IntPtr camera, IntPtr data, int timeout ) : bool
GetCameraColorFrameRGB32 ( IntPtr camera, IntPtr data, int timeout ) : bool
GetCameraDepthFrameRAW ( IntPtr camera, IntPtr data, int timeout ) : bool
GetCameraDepthFrameRGB32 ( IntPtr camera, IntPtr data, int timeout ) : bool
GetMotorAccelerometer ( IntPtr motor, short &x, short &y, short &z ) : bool
GetMotorSerial ( IntPtr motor ) : string
MotorMove ( IntPtr motor, short position ) : bool
SetMotorLED ( IntPtr motor, byte mode ) : bool
StartCamera ( IntPtr camera ) : bool
StopCamera ( IntPtr camera ) : bool