[][src]Function realsense_sys::rs2_config_can_resolve

pub unsafe extern "C" fn rs2_config_can_resolve(
    config: *mut rs2_config,
    pipe: *mut rs2_pipeline,
    error: *mut *mut rs2_error
) -> c_int

Check if the config can resolve the configuration filters, to find a matching device and streams profiles. The resolution conditions are as described in \c resolve().

\param[in] config A pointer to an instance of a config \param[in] pipe The pipeline for which the selected filters are applied \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return True if a valid profile selection exists, false if no selection can be found under the config filters and the available devices.