MultiSourceFrame Class

Represents a multi source frame from the KinectSensor.

Syntax

public ref class MultiSourceFrame sealed : IClosable
public sealed class MultiSourceFrame : IDisposable
var multiSourceFrame = WindowsPreview.Kinect.MultiSourceFrame;

Members

MultiSourceFrame has the following members.

Properties

Name Description
BodyFrameReference Gets the body frame reference of the multi source frame.
BodyIndexFrameReference Gets the body index frame reference of the multi source frame.
ColorFrameReference Gets the color frame reference of the multi source frame.
DepthFrameReference Gets the depth frame reference of the multi source frame.
InfraredFrameReference Gets the infrared frame reference of the multi source frame.
LongExposureInfraredFrameReference Gets the long exposure infrared frame reference of the multi source frame.

Methods

Name Description
Close Releases system resources associated with the multi-source frame.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace