Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ IR

Image Microsoft.Azure.Kinect.Sensor.Capture.IR
getset

Gets or sets the IR image of this capture.

Images assigned to this capture are owned by the Capture. When the Capture is disposed, the IR Image will be disposed.

By setting the IR image on a Capture, the Capture takes ownership and the Capture will dispose the Image when the Capture is disposed.

To get an instance of an Image that lives longer than the capture, call Image.Reference().