[][src]Function realsense_sys::rs2_trigger_device_calibration

pub unsafe extern "C" fn rs2_trigger_device_calibration(
    dev: *mut rs2_device,
    type_: rs2_calibration_type,
    error: *mut *mut rs2_error
)

Triggers calibration of the given type \param[in] dev the device \param[in] type the type of calibration requested \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored