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

◆ Depth

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

Gets or sets the depth image of this capture.

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

By setting the Depth 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().