IColorFrameSource Interface

Represents a source of color frames from a Kinect sensor.

interface IColorFrameSource : public IUnknown

IColorFrameSource has the following members.

NameDescription
CreateFrameDescriptionCreates a FrameDescription object for the ColorFrame of the requested format.
get_FrameDescriptionGets the description of the color frames.
get_IsActiveGets the current activity status of this color frame source.
get_KinectSensorGets the KinectSensor of the color frame source.
GetFrameCapturedEventDataGets the event data from a captured frame event.
OpenReaderCreates a frame reader for the color 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: