IInfraredFrameReader Interface

Represents a reader for infrared frames.

interface IInfraredFrameReader : public IUnknown

IInfraredFrameReader has the following members.

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

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: