[][src]Function realsense_sys::rs2_open

pub unsafe extern "C" fn rs2_open(
    device: *mut rs2_sensor,
    profile: *const rs2_stream_profile,
    error: *mut *mut rs2_error
)

open subdevice for exclusive access, by committing to a configuration \param[in] device relevant RealSense device \param[in] profile stream profile that defines single stream configuration \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored