[][src]Function realsense_sys::rs2_create_sync_processing_block

pub unsafe extern "C" fn rs2_create_sync_processing_block(
    error: *mut *mut rs2_error
) -> *mut rs2_processing_block

Creates Sync processing block. This block accepts arbitrary frames and output composite frames of best matches Some frames may be released within the syncer if they are waiting for match for too long Syncronization is done (mostly) based on timestamps so good hardware timestamps are a pre-condition \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored