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
Enables skeleton data smoothing using custom smoothing values.
Syntax
public void Enable (
TransformSmoothParameters smoothParameters
)
'Declaration
Public Sub Enable ( _
smoothParameters As TransformSmoothParameters _
)
Parameters
- smoothParameters
Type: TransformSmoothParameters
Custom smoothing values.
Remarks
Use SkeletonStream.Enable to smooth using default values. For a list of the default smoothing values, see the TransformSmoothParameters Properties topic.
Use Disable to disable skeleton data streaming.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace