BodyFrameReader Class

Represents a reader for body frames.

Syntax

public ref class BodyFrameReader sealed : IClosable, INotifyPropertyChanged
public sealed class BodyFrameReader : IDisposable, INotifyPropertyChanged
var bodyFrameReader = WindowsPreview.Kinect.BodyFrameReader;

Members

BodyFrameReader has the following members.

Properties

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

Methods

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

Events

Name Description
FrameArrived Event that fires whenever a frame is captured.
PropertyChanged Occurs when a property of the BodyFrameReader class changes.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace