[][src]Function realsense_sys::rs2_reset_sensor_calibration

pub unsafe extern "C" fn rs2_reset_sensor_calibration(
    sensor: *const rs2_sensor,
    error: *mut *mut rs2_error
)

Reset the sensor DSM parameters This should ideally be done when the stream is NOT running. May not take effect immediately. \param[in] sensor Sensor that supports the CALIBRATED_SENSOR extension \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored