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

◆ k4a_device_close()

void k4a_device_close ( k4a_device_t  device_handle)
related

Closes an Azure Kinect device.

Parameters
device_handleHandle obtained by k4a_device_open().
Remarks
Once closed, the handle is no longer valid.
Before closing the handle to the device, ensure that all k4a_capture_t captures have been released with k4a_capture_release().