Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
related |
Reads an IMU sample.
device_handle | Handle obtained by k4a_device_open(). |
imu_sample | Pointer to the location for the API to write the IMU sample. |
timeout_in_ms | Specifies the time in milliseconds the function should block waiting for the sample. 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. |
imu_sample
. If a sample is not available in the configured timeout_in_ms
, then the API will return K4A_WAIT_RESULT_TIMEOUT.