Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
related |
Get the raw calibration blob for the Azure Kinect device used during recording.
playback_handle | Handle obtained by k4a_playback_open(). |
data | Location to write the calibration data to. This field may optionally be set to NULL if the caller wants to query for the needed data size. |
data_size | On passing data_size into the function this variable represents the available size to write the raw data to. On return this variable is updated with the amount of data actually written to the buffer. |
data
was successfully written. If data_size
points to a buffer size that is too small to hold the output, K4A_BUFFER_RESULT_TOO_SMALL is returned and data_size
is updated to contain the minimum buffer size needed to capture the calibration data.