IInfraredFrameSource Interface

Represents a source of infrared frames from a KinectSensor.

interface IInfraredFrameSource : public IUnknown

IInfraredFrameSource has the following members.

NameDescription
get_FrameDescriptionGets the description of the infrared frames.
get_IsActiveGets whether the infrared frame source is active.
get_KinectSensorGets the KinectSensor of the infrared frame source.
GetFrameCapturedEventDataGets the event data when a new infrared frame is captured.
OpenReaderCreates a frame reader for the infrared frame source.
SubscribeFrameCapturedEvent that is used to notify the application that the next frame is ready to be delivered to subscribed readers or if a frame has been dropped.
UnsubscribeFrameCapturedUnsubscribes the specified event handler that processes new frames.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: