[][src]Function realsense_sys::rs2_get_dsm_params

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

Get the DSM parameters for a sensor \param[in] sensor Sensor that supports the CALIBRATED_SENSOR extension \param[out] p_params_out Pointer to the structure that will get the DSM parameters \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored