Package | com.as3nui.nativeExtensions.air.kinect.frameworks.mssdk |
Class | public class MSKinect |
Inheritance | MSKinect ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | cameraElevationAngle : int
Gets the current angle of the Device. | Kinect | |
![]() | capabilities : DeviceCapabilities [read-only]
Get the capabilities of the Device. | Kinect | |
msSettings : MSKinectSettings [read-only] | MSKinect | ||
![]() | nr : uint [read-only]
Get the index / nr of the Device. | Kinect | |
![]() | settings : KinectSettings [read-only] | Kinect | |
![]() | state : String [read-only]
Get the current state of the Device. | Kinect | |
![]() | users : Vector.<User> [read-only]
Get a list of all users
| Kinect | |
![]() | usersWithSkeleton : Vector.<User> [read-only]
Get a list of the users with a tracked skeleton
| Kinect |
Method | Defined By | ||
---|---|---|---|
MSKinect(nr:uint) | MSKinect | ||
![]() | chooseSkeletons(trackingIds:Vector.<uint>):void
Only track the skeletons of the given trackingIds
| Kinect | |
![]() | dispose():void
Cleanup the Device instance. | Kinect | |
![]() | [static]
Automatically chooses from the "default" devices for an operating system
this is currently OpenNI for OSX and MSSDK / OpenNI for windows (depending on the ane)
| Kinect | |
![]() | getDeviceByClass(deviceClass:Class, nr:uint = 0):Kinect [static]
Get an instance of the Kinect class. | Kinect | |
![]() | getDeviceByFramework(framework:String, nr:uint = 0):Kinect [static]
Get an instance of the Kinect class. | Kinect | |
![]() | isSupported():Boolean [static]
Check if there is a Sensor available for use
| Kinect | |
![]() | numDevices():uint [static]
Get the current number of sensors connected to the system
| Kinect | |
![]() | setChooseSkeletonsEnabled(value:Boolean):void
Change the skeleton chosing mode while the device is running
| Kinect | |
![]() | setDepthMirror(value:Boolean):void
Change the depth image mirroring while the device is running
| Kinect | |
![]() | setNearModeEnabled(value:Boolean):void
Change the near mode while the device is running
| Kinect | |
![]() | setPointCloudDensity(value:uint):void
Change the density of the point cloud while the device is running. | Kinect | |
![]() | setPointCloudIncludeRGB(value:Boolean):void
Change the inclusion of RGB data in the point cloud while the device is running
| Kinect | |
![]() | setPointCloudMirror(value:Boolean):void
Change the point cloud mirroring while the device is running
| Kinect | |
![]() | setRGBMirror(value:Boolean):void
Change the rgb image mirroring while the device is running
| Kinect | |
![]() | setSeatedSkeletonEnabled(value:Boolean):void
Change the seated skeleton mode while the device is running
| Kinect | |
![]() | setSkeletonMirror(value:Boolean):void
Change the skeleton mirroring while the device is running
| Kinect | |
![]() | setUserMaskMirror(value:Boolean):void
Change the user mask mirroring while the device is running
| Kinect | |
![]() | start(deviceSettings:Object):void
Starts the kinect sensor, with the given configuration. | Kinect | |
![]() | stop():void
Stops the Device. | Kinect |
Method | Defined By | ||
---|---|---|---|
![]() | createContextBridge():void | Kinect | |
parseSettings(deviceSettings:Object):KinectSettings [override] | MSKinect |
msSettings | property |
msSettings:MSKinectSettings
[read-only] public function get msSettings():MSKinectSettings
MSKinect | () | Constructor |
public function MSKinect(nr:uint)
nr:uint |
parseSettings | () | method |
override protected function parseSettings(deviceSettings:Object):KinectSettings
Parameters
deviceSettings:Object |
KinectSettings |