![]() |
Azure Kinect Sensor SDK
refs/pull/548/merge
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
related |
Writes an imu sample to file.
Samples must be written in increasing order of timestamp, and the file's header must already be written. When writing imu samples at the same time as captures, the samples should be within 1 second of the most recently written capture.
recording_handle | The handle of a new recording, obtained by k4a_record_create(). |
imu_sample | A structure containing the imu sample data and timestamps. |