IDepthFrameSource Interface

Represents a source of depth frames from a KinectSensor.

interface IDepthFrameSource : public IUnknown

IDepthFrameSource has the following members.

NameDescription
get_DepthMaxReliableDistanceGets the maximum reliable depth of the depth frames.
get_DepthMinReliableDistanceGets the minimum reliable depth of the depth frames.
get_FrameDescriptionGets the description of the depth frames.
get_IsActiveGets the current activity status of this depth frame source.
get_KinectSensorGets the Kinect sensor object of the depth frame source.
GetFrameCapturedEventDataGets the event data from a captured frame event.
OpenReaderCreates a frame reader for the depth 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 depth frames.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: