[][src]Function k4a_sys::k4a_device_close

pub unsafe extern "C" fn k4a_device_close(device_handle: k4a_device_t)

Closes an Azure Kinect device.

\param device_handle Handle obtained by k4a_device_open().

\relates k4a_device_t

\remarks Once closed, the handle is no longer valid.

\remarks Before closing the handle to the device, ensure that all \ref k4a_capture_t captures have been released with k4a_capture_release().

\xmlonly k4a.h (include k4a/k4a.h) k4a.lib k4a.dll \endxmlonly