[][src]Function realsense_sys::rs2_override_dsm_params

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

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