IMultiSourceFrameReader Interface

Represents a reader for multi source frames.

interface IMultiSourceFrameReader : public IUnknown

IMultiSourceFrameReader has the following members.

NameDescription
AcquireLatestFrameGets the most recent multi source frame.
get_FrameSourceTypesGets the types of frames being read by the multi source frame reader.
get_IsPausedGets whether the multisource frame reader is paused.
get_KinectSensorGets the KinectSensor of the multi source frame source.
GetMultiSourceFrameArrivedEventDataGets the event data when an new multisource frame arrives.
put_IsPausedSets a boolean that pauses or resumes the infrared frame reader.
SubscribeMultiSourceFrameArrivedSubscribes to the specified event handler to process new infrared frames.
UnsubscribeMultiSourceFrameArrivedUnsubscribes the specified event handler that processes new multisource frames.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: