Kinect Scol plugin
|
Functions | |
int | _CRKinectDevice (mmachine m) |
_CRKinectDevice : Open, initialize objKinect More... | |
int | _DSKinectDevice (mmachine m) |
_DSKinectDevice : Destroy objKinectDevice object More... | |
int | _GETKinectDeviceById (mmachine m) |
_GETKinectDeviceById : retrieve a kinect Device by name More... | |
int | _GETKinectDeviceId (mmachine m) |
_GETKinectDeviceId : retrieve a kinect Device by name More... | |
int | _GETKinectDeviceSize (mmachine m) |
_GETKinectDeviceSize : retrieve a kinect Device picture size More... | |
int | _BLTKinectDeviceDepth (mmachine m) |
_BLTKinectDeviceDepth : Blit the device depth picture into a bitmap Prototype: fun [ObjKinect ObjBitmap] ObjBitmap More... | |
int | _BLTKinectDeviceRGB (mmachine m) |
_BLTKinectDeviceRGB : Blit RGB image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect ObjBitmap] ObjBitmap More... | |
int | _BLTKinectDeviceGrayscale (mmachine m) |
_BLTKinectDeviceGrayscale : Blit grayscale image from Kinect device into a Scol Bitmap object Prototype: fun [ObjCapture ObjBitmap] ObjBitmap More... | |
int | _BLTKinectDeviceUsers (mmachine m) |
_BLTKinectDeviceUsers : Blit users image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect AlphaBitmap] AlphaBitmap More... | |
int | _BLTKinectDeviceUsersRGB (mmachine m) |
_BLTKinectDeviceUsersRGB : Blit users image from RGB camera from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect AlphaBitmap] AlphaBitmap More... | |
int | _BLTKinectDeviceHands (mmachine m) |
_BLTKinectDeviceHands : Blit users hands and fingers image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect AlphaBitmap] AlphaBitmap More... | |
int | _SETKinectDeviceMirror (mmachine m) |
_SETKinectDeviceMirror : Change the mirror mode of th kinect device Prototype: fun [ObjKinect I] I More... | |
int | _GETKinectDeviceMirror (mmachine m) |
_GETKinectDeviceMirror : Get the mirror mode of th kinect device Prototype: fun [ObjKinect] I More... | |
int | _SETKinectDeviceSkeletonSmoothing (mmachine m) |
_SETKinectDeviceSkeletonSmoothing : Set a ObjKinect skeleton smoothing coefficient More... | |
int | _GETKinectDeviceSkeletonSmoothing (mmachine m) |
_GETKinectDeviceSkeletonSmoothing : Get a ObjKinect skeleton smoothing coefficient More... | |
int | _SETKinectDeviceDetectionDistance (mmachine m) |
_SETKinectDeviceDetectionDistance : Set the ObjKinect user detection distance More... | |
int | _GETKinectDeviceDetectionDistance (mmachine m) |
_GETKinectDeviceDetectionDistance : Get the ObjKinect user detection distance More... | |
int | _SETKinectDeviceDetectionAngle (mmachine m) |
_SETKinectDeviceDetectionAngle : Set the ObjKinect user detection angle More... | |
int | _GETKinectDeviceDetectionAngle (mmachine m) |
_GETKinectDeviceDetectionAngle : Get the ObjKinect user detection angle More... | |
int | _CBKinectConnected (mmachine m) |
_CBKinectConnected : This function set the Callback for Connection from kinect device More... | |
int | _CBKinectDisconnected (mmachine m) |
_CBKinectDisconnected : This function set the Callback for Disconnection from Kinect More... | |
Scol functions definition for kinect
int _BLTKinectDeviceDepth | ( | mmachine | m | ) |
_BLTKinectDeviceDepth : Blit the device depth picture into a bitmap Prototype: fun [ObjKinect ObjBitmap] ObjBitmap
ObjKinect | : device to blit |
ObjBitmap | : bitmap to update |
Definition at line 387 of file openNiScolPlugin.cpp.
int _BLTKinectDeviceGrayscale | ( | mmachine | m | ) |
_BLTKinectDeviceGrayscale : Blit grayscale image from Kinect device into a Scol Bitmap object Prototype: fun [ObjCapture ObjBitmap] ObjBitmap
ObjCapture | : capture device to blit |
ObjBitmap | : bitmap to update |
Definition at line 487 of file openNiScolPlugin.cpp.
int _BLTKinectDeviceHands | ( | mmachine | m | ) |
_BLTKinectDeviceHands : Blit users hands and fingers image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect AlphaBitmap] AlphaBitmap
ObjKinect | : device to blit |
AlphaBitmap | : bitmap to update |
Definition at line 677 of file openNiScolPlugin.cpp.
int _BLTKinectDeviceRGB | ( | mmachine | m | ) |
_BLTKinectDeviceRGB : Blit RGB image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect ObjBitmap] ObjBitmap
ObjKinect | : device to blit |
ObjBitmap | : bitmap to update |
Definition at line 437 of file openNiScolPlugin.cpp.
int _BLTKinectDeviceUsers | ( | mmachine | m | ) |
_BLTKinectDeviceUsers : Blit users image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect AlphaBitmap] AlphaBitmap
ObjKinect | : device to blit |
AlphaBitmap | : bitmap to update |
Definition at line 537 of file openNiScolPlugin.cpp.
int _BLTKinectDeviceUsersRGB | ( | mmachine | m | ) |
_BLTKinectDeviceUsersRGB : Blit users image from RGB camera from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect AlphaBitmap] AlphaBitmap
ObjKinect | : device to blit |
AlphaBitmap | : bitmap to update |
Definition at line 607 of file openNiScolPlugin.cpp.
int _CBKinectConnected | ( | mmachine | m | ) |
_CBKinectConnected : This function set the Callback for Connection from kinect device
Prototype: fun [OBJKinect fun [OBJKinect u0] u1 u0] OBJKinect
OBJKinect | : the current OBJKinect |
fun | [OBJKinect u0] : SCOL CallBack function to call |
u1 | : user parameter |
u0 | : user parameter |
Definition at line 1093 of file openNiScolPlugin.cpp.
int _CBKinectDisconnected | ( | mmachine | m | ) |
_CBKinectDisconnected : This function set the Callback for Disconnection from Kinect
Prototype: fun [ObjKinect fun [ObjKinect u0] u1 u0] ObjKinect
OBJNonin | : the current ObjKinect |
fun | [ObjKinect u0] : SCOL CallBack function to call |
u1 | : user parameter |
u0 | : user parameter |
Definition at line 1120 of file openNiScolPlugin.cpp.
int _CRKinectDevice | ( | mmachine | m | ) |
_CRKinectDevice : Open, initialize objKinect
Prototype: fun [Chn] ObjKinect
Chn | : current channel |
Definition at line 173 of file openNiScolPlugin.cpp.
int _DSKinectDevice | ( | mmachine | m | ) |
_DSKinectDevice : Destroy objKinectDevice object
Prototype: fun [objKinect] I
objKinect | : object to destroy |
Definition at line 226 of file openNiScolPlugin.cpp.
int _GETKinectDeviceById | ( | mmachine | m | ) |
_GETKinectDeviceById : retrieve a kinect Device by name
Prototype: fun [I] ObjKinect
I | : Given Id |
Definition at line 257 of file openNiScolPlugin.cpp.
int _GETKinectDeviceDetectionAngle | ( | mmachine | m | ) |
_GETKinectDeviceDetectionAngle : Get the ObjKinect user detection angle
Prototype: fun [ObjKinect] F
ObjKinect | : Kinect device object |
Definition at line 1051 of file openNiScolPlugin.cpp.
int _GETKinectDeviceDetectionDistance | ( | mmachine | m | ) |
_GETKinectDeviceDetectionDistance : Get the ObjKinect user detection distance
Prototype: fun [ObjKinect] I
ObjKinect | : Kinect device object |
Definition at line 965 of file openNiScolPlugin.cpp.
int _GETKinectDeviceId | ( | mmachine | m | ) |
_GETKinectDeviceId : retrieve a kinect Device by name
Prototype: fun [ObjKinect] I
Definition at line 299 of file openNiScolPlugin.cpp.
int _GETKinectDeviceMirror | ( | mmachine | m | ) |
_GETKinectDeviceMirror : Get the mirror mode of th kinect device Prototype: fun [ObjKinect] I
ObjKinect | : device |
Definition at line 790 of file openNiScolPlugin.cpp.
int _GETKinectDeviceSize | ( | mmachine | m | ) |
_GETKinectDeviceSize : retrieve a kinect Device picture size
Prototype: fun [ObjKinect] [I I]
Definition at line 335 of file openNiScolPlugin.cpp.
int _GETKinectDeviceSkeletonSmoothing | ( | mmachine | m | ) |
_GETKinectDeviceSkeletonSmoothing : Get a ObjKinect skeleton smoothing coefficient
Prototype: fun [ObjKinect] F
ObjKinect | : Kinect device object |
Definition at line 879 of file openNiScolPlugin.cpp.
int _SETKinectDeviceDetectionAngle | ( | mmachine | m | ) |
_SETKinectDeviceDetectionAngle : Set the ObjKinect user detection angle
Prototype: fun [ObjKinect F] I
ObjKinect | : Kinect device object |
F | : detection ang in degree, NIL or 0 disable the detection angle, the max value is 57.8 (Kinect IR camera FOV) |
Definition at line 1006 of file openNiScolPlugin.cpp.
int _SETKinectDeviceDetectionDistance | ( | mmachine | m | ) |
_SETKinectDeviceDetectionDistance : Set the ObjKinect user detection distance
Prototype: fun [ObjKinect I] I
ObjKinect | : Kinect device object |
I | : detection distance in centimeter |
Definition at line 920 of file openNiScolPlugin.cpp.
int _SETKinectDeviceMirror | ( | mmachine | m | ) |
_SETKinectDeviceMirror : Change the mirror mode of th kinect device Prototype: fun [ObjKinect I] I
ObjKinect | : device |
I | : 1 to flip picture, 0 for default mode |
Definition at line 747 of file openNiScolPlugin.cpp.
int _SETKinectDeviceSkeletonSmoothing | ( | mmachine | m | ) |
_SETKinectDeviceSkeletonSmoothing : Set a ObjKinect skeleton smoothing coefficient
Prototype: fun [ObjKinect F] I
ObjKinect | : Kinect device object |
F | : smoothing coefficient between 0.0 and 1.0 |
Definition at line 831 of file openNiScolPlugin.cpp.