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

◆ Reference()

Capture Microsoft.Azure.Kinect.Sensor.Capture.Reference ( )
inline

Creates a duplicate reference to the same Capture.

Returns
A new Capture object representing the same data.

Creating a reference to the same capture does not copy the capture, or the image data stored in the capture, but creates a new managed object representing the same capture data. Each object must be independently disposed. The lifetime of the underlying capture data will be equal or greater than all of the referenced Capture objects.