Share via


VisualGestureBuilderFrameReader Class

Represents a Visual Gesture Builder frame reader.

Syntax

public ref class VisualGestureBuilderFrameReader sealed : IClosable, INotifyPropertyChanged
public sealed class VisualGestureBuilderFrameReader : IDisposable, INotifyPropertyChanged
var visualGestureBuilderFrameReader = Microsoft.Kinect.VisualGestureBuilder.VisualGestureBuilderFrameReader;

Members

VisualGestureBuilderFrameReader has the following members.

Properties

Name Description
IsPaused Gets a value that indicates whether the reader is paused.
VisualGestureBuilderFrameSource Gets the frame source associated with the reader.

Methods

Name Description
CalculateAndAcquireLatestFrame Calculates and retrieves the latest Visual Gesture Builder frame.
Close Disposes of the object and cleans up associated resources.

Events

Name Description
FrameArrived Occurs when a new frame is ready.
PropertyChanged Occurs when a property of the object changes.

Requirements

Namespace: Microsoft.Kinect.VisualGestureBuilder

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

See also

Reference

Microsoft.Kinect.VisualGestureBuilder Namespace