[][src]Function realsense_sys::rs2_register_calibration_change_callback

pub unsafe extern "C" fn rs2_register_calibration_change_callback(
    dev: *mut rs2_device,
    callback: rs2_calibration_change_callback_ptr,
    user: *mut c_void,
    error: *mut *mut rs2_error
)

Adds a callback for a sensor that gets called when calibration (intrinsics) changes, e.g. due to auto-calibration \param[in] sensor the sensor \param[in] callback the C callback function that gets called \param[in] user user argument that gets passed to the callback function \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored