[][src]Function realsense_sys::rs2_open_multiple

pub unsafe extern "C" fn rs2_open_multiple(
    device: *mut rs2_sensor,
    profiles: *mut *const rs2_stream_profile,
    count: c_int,
    error: *mut *mut rs2_error
)

open subdevice for exclusive access, by committing to composite configuration, specifying one or more stream profiles this method should be used for interdependent streams, such as depth and infrared, that have to be configured together \param[in] device relevant RealSense device \param[in] profiles list of stream profiles discovered by get_stream_profiles \param[in] count number of simultaneous stream profiles to configure \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored