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

◆ k4a_capture_create()

k4a_result_t k4a_capture_create ( k4a_capture_t capture_handle)
related

Create an empty capture object.

Parameters
capture_handlePointer to a location to store the handle.
Remarks
Call this function to create a k4a_capture_t handle for a new capture. Release it with k4a_capture_release().

The new capture is created with a reference count of 1.

Returns
Returns K4A_RESULT_SUCCEEDED on success. Errors are indicated with K4A_RESULT_FAILED and error specific data can be found in the log.