Share via


BodyIndexFrameSource Class

Represents a source of body index frames from a KinectSensor.

Syntax

public ref class BodyIndexFrameSource sealed : INotifyPropertyChanged
public sealed class BodyIndexFrameSource : INotifyPropertyChanged
var bodyIndexFrameSource = WindowsPreview.Kinect.BodyIndexFrameSource;

Members

BodyIndexFrameSource has the following members.

Properties

Name Description
FrameDescription Gets the description of the body index frames.
IsActive Gets whether the body index frame source is active.
KinectSensor Gets the Kinect sensor of the body index frame source.

Methods

Name Description
OpenReader Creates a frame reader for the body index frame source.

Events

Name Description
FrameCaptured Event that is raised when the next body index frame is ready to be delivered to subscribed readers.
PropertyChanged Occurs when a property of the BodyIndexFrameSource class changes.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace