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

◆ k4a_image_release()

void k4a_image_release ( k4a_image_t  image_handle)
related

Remove a reference from the k4a_image_t.

Parameters
image_handleHandle of the image for which the get operation is performed on.
Remarks
References manage the lifetime of the object. When the references reach zero the object is destroyed. A caller must not access the object after its reference is released.