Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
related |
Get the camera calibration for a device from a raw calibration blob.
raw_calibration | Raw calibration blob obtained from a device or recording. The raw calibration must be NULL terminated. |
raw_calibration_size | The size, in bytes, of raw_calibration including the NULL termination. |
depth_mode | Mode in which depth camera is operated. |
color_resolution | Resolution in which color camera is operated. |
calibration | Location to write the calibration. |
calibration
was successfully written. K4A_RESULT_FAILED otherwise.calibration
represents the data needed to transform between the camera views and is different for each operating depth_mode
and color_resolution
the device is configured to operate in.calibration
output is used as input to all transformation functions.