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_markersbool

If True, ignore streams with Marker type.

timeoutint

Timeout duration in seconds after which the search of an LSL stream is interrupted.

Returns:
stream_namestr

Selected stream name.