VisualGestureBuilderFrameSource Class

Represents a visual gesture builder frame source.

public ref class VisualGestureBuilderFrameSource sealed : IClosable, INotifyPropertyChanged

VisualGestureBuilderFrameSource has the following members.

NameDescription
VisualGestureBuilderFrameSource Initializes a new instance of the VisualGestureBuilderFrameSource class.

NameDescription
GesturesGets a collection of gestures associated with the Visual Gesture Builder frame source.
HorizontalMirrorGets or sets a value indicating whether horizontal mirroring should be used.
IsActiveGets a value indicating if the Visual Gesture Builder frame source is active.
IsTrackingIdValidGets or sets a value indicating if the tracking ID associated with the frame sourcec is valid.
KinectSensorGets the Kinect sensor associated with the frame source.
TrackingIdGets or sets the tracking ID associated with the gesture frame source.

NameDescription
AddGestureAdds the specified gesture to the Visual Gesture Builder frame source.
AddGesturesAdds the specified list of gestures to the Visual Gesture Builder frame source.
CloseDisposes of the object and cleans up associated resources.
GetIsEnabledGets a value indicating if the specified gesture is enabled for the Visual Gesture Builder frame source.
OpenReaderOpens a new frame reader. This reader must be disposed
RemoveGestureRemoves the specified gesture from the Visual Gesture Builder frame source.
SetIsEnabledSets whether the specified gesture is enabled for the Visual Gesture Builder frame source.

NameDescription
PropertyChangedOccurs when a property of the VisualGestureBuilderFrameSource changes.
TrackingIdLostOccurs when the tracking ID of the Visual Gesture Builder frame source is lost.

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

Community Additions

ADD
Show: