bsl.utils.lsl.search_lsl¶ bsl.utils.lsl.search_lsl(ignore_markers=False, timeout=10)[source]¶ Search and select an available stream on LSL network. This function does not open an LSL inlet. Parameters: ignore_markersboolIf True, ignore streams with Marker type. timeoutintTimeout duration in seconds after which the search of an LSL stream is interrupted. Returns: stream_namestrSelected stream name.