Share via


TransformSmoothParameters.Prediction Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets the number of frames to predict into the future. The number is >= 0 and the default value is 0.0. A value greater than 0.5 will likely lead to overshoot when the data changes quickly; dampen the overshoot effect by using a smaller value of fMaxDeviationRadius.

Syntax

public float Prediction { get; set; }
'Declaration
Public Property Prediction As Single 

Property Value

Type: Single
The prediction value.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

TransformSmoothParameters Structure
TransformSmoothParameters Members
Microsoft.Kinect Namespace