IBodyIndexFrameSource Interface

Represents a source of body index frames from a KinectSensor.

interface IBodyIndexFrameSource : public IUnknown

IBodyIndexFrameSource has the following members.

NameDescription
get_FrameDescriptionGets the description of the body index frames.
get_IsActiveGets whether the body index frame source is active.
get_KinectSensorGets the KinectSensor of the body index frame source.
GetFrameCapturedEventDataRetrieves the body index frame source event data when a frame is captured.
OpenReaderCreates a frame reader for the body index 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 a subscribed event handler when a frame has been captured.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: