LongExposureInfraredFrame Class

Represents a long exposure infrared frame.

Syntax

public ref class LongExposureInfraredFrame sealed : IClosable
public sealed class LongExposureInfraredFrame : IDisposable
var longExposureInfraredFrame = WindowsPreview.Kinect.LongExposureInfraredFrame;

Members

LongExposureInfraredFrame has the following members.

Properties

Name Description
FrameDescription Gets the description of the long exposure infrared frame.
LongExposureInfraredFrameSource Gets the long exposure infrared frame source.
RelativeTime Gets the timestamp of the long exposure infrared frame.

Methods

Name Description
Close Releases system resources associated with the long exposure infrared frame.
CopyFrameDataToArray Copies the long exposure frame data into the array provided.
CopyFrameDataToBuffer Copies the long exposure frame data into the buffer provided.
LockImageBuffer Locks the buffer so the data can be read.

Remarks

This frame is similar to the InfraredFrame, except it has been exposed over a longer period of time. The result is a higher quality image, with less noise, at the expense of some motion blur for objects that are moving.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace