IKinectSensor Interface

Represents a Kinect sensor device.

interface IKinectSensor : public IUnknown

IKinectSensor has the following members.

NameDescription
CloseGracefully cleans up running streams.
get_AudioSourceGets the audio source.
get_BodyFrameSourceGets the body source.
get_BodyIndexFrameSourceGets the body index source.
get_ColorFrameSourceGets the color source.
get_CoordinateMapperGets the coordinate mapper.
get_DepthFrameSourceGets the depth source.
get_InfraredFrameSourceGets the infrared source.
get_IsAvailableGets a boolean value that indicates whether the Kinect sensor is available.
get_IsOpenGets a boolean value that indicates whether the Kinect sensor has any open streams.
get_KinectCapabilitiesGets the capabilities of the Kinect sensor.
get_LongExposureInfraredFrameSourceGets the long exposure infrared frame source.
get_UniqueKinectIdGets the unique ID of the Kinect sensor.
GetIsAvailableChangedEventDataGets the event data when when the availability of the Kinect sensor changes.
OpenStarts streaming data from the Kinect using a specified access mode.
OpenMultiSourceFrameReaderOpens a new stream reader.
SubscribeIsAvailableChangedSubscribes an event handler that is raised when the availability of the Kinect Sensor changes.
UnsubscribeIsAvailableChangedUnsubscribes an event handler that is raised when the availability of the Kinect Sensor changes.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: