IColorFrameReader Interface

Represents a reader for color frames.

interface IColorFrameReader : public IUnknown

IColorFrameReader has the following members.

NameDescription
AcquireLatestFrameGets the most recent color frame.
get_ColorFrameSourceGets the source of the color frames.
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: