NeuroTechX / eeg-notebooks_v0.1

Previous version of eeg-notebooks
https://neurotechx.github.io/eeg-notebooks
BSD 3-Clause "New" or "Revised" License
184 stars 56 forks source link

lsl-record.py on mac #9

Closed amandakeasson closed 6 years ago

amandakeasson commented 6 years ago

lsl-record.py, line 35: marker_streams = resolve_byprop('name', 'Markers', timeout=2)

The timeout period was not long enough when I ran this on my Macbook, so the marker stream was not found.

Increasing the timeout period to 10s fixed the problem.

jdpigeon commented 6 years ago

I believe this was resolved: https://github.com/alexandrebarachant/muse-lsl/issues/45