Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
related |
Writes data for a custom track to file.
recording_handle | The handle of a new recording, obtained by k4a_record_create(). |
track_name | The name of the custom track that the data is going to be written to. |
device_timestamp_usec | The timestamp in microseconds for the custom track data. This timestamp should be in the same time domain as the device timestamp used for recording. |
custom_data | The buffer of custom track data. |
custom_data_size | The size of the custom track data buffer. |