Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
related |
Reads a sensor capture.
device_handle | Handle obtained by k4a_device_open(). |
capture_handle | If successful this contains a handle to a capture object. Caller must call k4a_capture_release() when its done using this capture. |
timeout_in_ms | Specifies the time in milliseconds the function should block waiting for the capture. If set to 0, the function will return without blocking. Passing a value of K4A_WAIT_INFINITE will block indefinitely until data is available, the device is disconnected, or another error occurs. |
capture
. If a capture is not available in the configured timeout_in_ms
, then the API will return K4A_WAIT_RESULT_TIMEOUT.