Functions | |
| int | _CRKinectDevice (mmachine m) |
| _CRKinectDevice : Open, initialize objKinect | |
| int | _DSKinectDevice (mmachine m) |
| _DSKinectDevice : Destroy objKinectDevice object | |
| int | _GETKinectDeviceById (mmachine m) |
| _GETKinectDeviceById : retrieve a kinect Device by name | |
| int | _GETKinectDeviceId (mmachine m) |
| _GETKinectDeviceId : retrieve a kinect Device by name | |
| int | _BLTKinectDeviceDepth (mmachine m) |
| _BLTKinectDeviceDepth : This function blit the device picture into a bitmap Prototype: fun [ObjKinect ObjBitmap] ObjBitmap | |
| int | _BLTKinectDeviceRGB (mmachine m) |
| _BLTKinectDeviceRGB : Blit RGB image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect ObjBitmap] ObjBitmap | |
| int | _BLTKinectDeviceGrayscale (mmachine m) |
| _BLTKinectDeviceGrayscale : Blit grayscale image from Kinect device into a Scol Bitmap object Prototype: fun [ObjCapture ObjBitmap] ObjBitmap | |
| int | _BLTKinectDeviceUsers (mmachine m) |
| _BLTKinectDeviceUsers : Blit RGB image from Kinect device into a Scol Bitmap object Prototype: fun [ObjKinect AlphaBitmap] AlphaBitmap | |
| int | _SETKinectDeviceMirror (mmachine m) |
| _SETKinectDeviceMirror : Change the mirror mode of th kinect device Prototype: fun [ObjKinect I] I | |
| int | _GETKinectDeviceMirror (mmachine m) |
| _GETKinectDeviceMirror : Get the mirror mode of th kinect device Prototype: fun [ObjKinect] I | |
| int | _SETKinectDeviceSkeletonSmoothing (mmachine m) |
| _SETKinectDeviceSkeletonSmoothing : Set a ObjKinect skeleton smoothing coefficient | |
| int | _GETKinectDeviceSkeletonSmoothing (mmachine m) |
| _GETKinectDeviceSkeletonSmoothing : Get a ObjKinect skeleton smoothing coefficient | |
| int | _SETKinectDeviceDetectionDistance (mmachine m) |
| _SETKinectDeviceDetectionDistance : Set the ObjKinect user detection distance | |
| int | _GETKinectDeviceDetectionDistance (mmachine m) |
| _GETKinectDeviceDetectionDistance : Get the ObjKinect user detection distance | |
| int | _SETKinectDeviceDetectionAngle (mmachine m) |
| _SETKinectDeviceDetectionAngle : Set the ObjKinect user detection angle | |
| int | _GETKinectDeviceDetectionAngle (mmachine m) |
| _GETKinectDeviceDetectionAngle : Get the ObjKinect user detection angle | |
| int | _CBKinectConnected (mmachine m) |
| _CBKinectConnected : This function set the Callback for Connection from kinect device | |
| int | _CBKinectDisconnected (mmachine m) |
| _CBKinectDisconnected : This function set the Callback for Disconnection from Kinect | |
Scol functions definition for kinect
| int _BLTKinectDeviceDepth | ( | mmachine | m ) |
_BLTKinectDeviceDepth : This function blit the device picture into a bitmap Prototype: fun [ObjKinect ObjBitmap] ObjBitmap
| ObjKinect | : device to blit |
| ObjBitmap | : bitmap to update |
Definition at line 380 of file ScolPlugin.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 572 of file ScolPlugin.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 480 of file ScolPlugin.cpp.
| int _BLTKinectDeviceUsers | ( | mmachine | m ) |
_BLTKinectDeviceUsers : Blit RGB 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 660 of file ScolPlugin.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 1138 of file ScolPlugin.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 1165 of file ScolPlugin.cpp.
| int _CRKinectDevice | ( | mmachine | m ) |
_CRKinectDevice : Open, initialize objKinect
Prototype: fun [Chn] ObjKinect
| Chn | : current channel |
Definition at line 188 of file ScolPlugin.cpp.
| int _DSKinectDevice | ( | mmachine | m ) |
_DSKinectDevice : Destroy objKinectDevice object
Prototype: fun [objKinect] I
| objKinect | : object to destroy |
Definition at line 259 of file ScolPlugin.cpp.
| int _GETKinectDeviceById | ( | mmachine | m ) |
_GETKinectDeviceById : retrieve a kinect Device by name
Prototype: fun [I] ObjKinect
| I | : Given Id |
Definition at line 290 of file ScolPlugin.cpp.
| int _GETKinectDeviceDetectionAngle | ( | mmachine | m ) |
_GETKinectDeviceDetectionAngle : Get the ObjKinect user detection angle
Prototype: fun [ObjKinect] F
| ObjKinect | : Kinect device object |
Definition at line 1096 of file ScolPlugin.cpp.
| int _GETKinectDeviceDetectionDistance | ( | mmachine | m ) |
_GETKinectDeviceDetectionDistance : Get the ObjKinect user detection distance
Prototype: fun [ObjKinect] I
| ObjKinect | : Kinect device object |
Definition at line 1010 of file ScolPlugin.cpp.
| int _GETKinectDeviceId | ( | mmachine | m ) |
_GETKinectDeviceId : retrieve a kinect Device by name
Prototype: fun [ObjKinect] I
Definition at line 343 of file ScolPlugin.cpp.
| int _GETKinectDeviceMirror | ( | mmachine | m ) |
_GETKinectDeviceMirror : Get the mirror mode of th kinect device Prototype: fun [ObjKinect] I
| ObjKinect | : device |
Definition at line 835 of file ScolPlugin.cpp.
| int _GETKinectDeviceSkeletonSmoothing | ( | mmachine | m ) |
_GETKinectDeviceSkeletonSmoothing : Get a ObjKinect skeleton smoothing coefficient
Prototype: fun [ObjKinect] F
| ObjKinect | : Kinect device object |
Definition at line 924 of file ScolPlugin.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 1051 of file ScolPlugin.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 965 of file ScolPlugin.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 792 of file ScolPlugin.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 876 of file ScolPlugin.cpp.
1.7.2