ILongExposureInfraredFrameSource Interface

Represents a source of long exposure infrared frames from a KinectSensor.

interface ILongExposureInfraredFrameSource : public IUnknown

ILongExposureInfraredFrameSource has the following members.

NameDescription
get_FrameDescriptionGets the description of the long exposure infrared frames.
get_IsActiveGets whether the long exposure infrared frame source is active.
get_KinectSensorGets the KinectSensor of the long exposure infrared frame source.
GetFrameCapturedEventDataGets the event data from the specified event handler when a new frame is captured.
OpenReaderCreates a frame reader for the long exposure 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 infrared frames.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: