Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ GetFromRaw()

static Calibration Microsoft.Azure.Kinect.Sensor.Calibration.GetFromRaw ( byte []  raw,
DepthMode  depthMode,
ColorResolution  colorResolution 
)
inlinestatic

Get the camera calibration for a device from a raw calibration blob.

Parameters
rawRaw calibration blob obtained from a device or recording.
depthModeMode in which depth camera is operated.
colorResolutionResolution in which the color camera is operated.
Returns
Calibration object.