BodyIndexFrameReader Class

Represents a reader for body index frames.

Syntax

public ref class BodyIndexFrameReader sealed : IClosable, INotifyPropertyChanged
public sealed class BodyIndexFrameReader : IDisposable, INotifyPropertyChanged
var bodyIndexFrameReader = WindowsPreview.Kinect.BodyIndexFrameReader;

Members

BodyIndexFrameReader has the following members.

Properties

Name Description
BodyIndexFrameSource Gets the source of the body index frames.
IsPaused Gets or sets whether the body index frame reader is paused.

Methods

Name Description
AcquireLatestFrame Gets the most recent body index frame.
Close Closes and releases system resources associated with the body index frame reader.

Events

Name Description
FrameArrived Event that fires when a new frame is ready.
PropertyChanged Occurs when a property of the BodyIndexFrameReader class changes.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace