Azure Kinect Body Tracking SDK  1.0.1

◆ Reference()

Frame Microsoft.Azure.Kinect.BodyTracking.Frame.Reference ( )
inline

Creates a duplicate reference to the same Frame.

Returns
A new Frame object representing the same data.

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