[][src]Function realsense_sys::rs2_start

pub unsafe extern "C" fn rs2_start(
    sensor: *const rs2_sensor,
    on_frame: rs2_frame_callback_ptr,
    user: *mut c_void,
    error: *mut *mut rs2_error
)

start streaming from specified configured sensor \param[in] sensor RealSense device \param[in] on_frame function pointer to register as per-frame callback \param[in] user auxiliary data the user wishes to receive together with every frame callback \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored