Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
The following table(s) list the members exposed by the SkeletonStream type.
Public Properties
Name | Description | |
---|---|---|
![]() |
AppChoosesSkeletons | Gets or sets a value indicating whether the application or the runtime chooses which skeletons to track. |
![]() |
EnableTrackingInNearRange | Gets or sets the tracking mode, which indicates whether skeleton tracking is enabled when the depth range is set to near mode. The default value is false. |
![]() |
FrameSkeletonArrayLength | Gets the maximum number of skeletons that can be tracked. |
![]() |
IsEnabled | Gets a value that enables/disables the skeleton data stream. |
![]() |
IsSmoothingEnabled | Gets a value indicating whether to smooth skeleton data to reduce the amount of variation in the data between frames. |
![]() |
SmoothParameters | Gets or sets smoothing parameters for transforming raw skeleton tracking data. |
![]() |
TrackingMode | Gets or sets the tracking mode, which determines how many joints to track. The default value is SkeletonTrackingMode.Default. |
Public Methods
Name | Description | |
---|---|---|
![]() |
ChooseSkeletons | Overloaded. Overloaded methods for choosing which skeletons to track. |
![]() |
Disable | Disables the skeleton stream. |
![]() |
Enable | Overloaded. Enables the skeleton data stream. |
![]() |
OpenNextFrame | Gets the next frame of skeleton data from the sensor. |