IBodyFrameReader Interface

Represents an interface to a body frame source reader.

interface IBodyFrameReader : public IUnknown

IBodyFrameReader has the following members.

NameDescription
AcquireLatestFrameGets the most recent frame. It may return null if no frame is available.
get_BodyFrameSourceGets the body frame source.
get_IsPausedGets a boolean value that indicates if this reader is paused.
GetFrameArrivedEventDataGets the event data when a new frame arrives.
put_IsPausedSets a boolean value that pauses or resumes the reader.
SubscribeFrameArrivedSubscribes to the specified event handler to process new frames.
UnsubscribeFrameArrivedUnsubscribes the specified event handler that processes new frames.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: