IDepthFrameReader Interface

Represents a reader for depth frames.

interface IDepthFrameReader : public IUnknown

IDepthFrameReader has the following members.

NameDescription
AcquireLatestFrameGets the most recent depth frame.
get_DepthFrameSourceGets the source of the depth frames.
get_IsPausedGets a boolean value that indicates if this reader is paused.
GetFrameArrivedEventDataGets the event data when a new depth frame arrives.
put_IsPausedSets a boolean value that either pauses the depth frame reader or resumes it.
SubscribeFrameArrivedSubscribes to the specified event handler to process new depth frames.
UnsubscribeFrameArrivedUnsubscribes the specified event handler that processes new depth frames.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: