BodyFrame Class

Represents a frame that contains all the computed real-time tracking information about people that are in view of the sensor.

No code example is currently available or this language may not be supported.

BodyFrame has the following members.

NameDescription
BodyCountGets the body count, which is the number of bodies the system can track and thus the size of the collection that must be used to store these bodies.
BodyFrameSource Gets the source of the body frame.
FloorClipPlaneGets the floor clip plane of the body frame in hessian normal form. The (x,y,z) components are a unit vector indicating the normal of the plane, and w is the distance from the plane to the origin in meters.
RelativeTime Gets the timestamp of the body frame.

NameDescription
CloseReleases system resources associated with the body frame.
GetAndRefreshBodyDataGets refreshed body data.

The computed data provided by this frame type includes skeletal joints and orientations, hand states, and more for up to 6 people at a time. These tracking features provide a great baseline for getting started with human interaction in your app.

Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: