alexandrebarachant / muse-lsl

Python script to stream EEG data from the muse 2016 headset
BSD 3-Clause "New" or "Revised" License
616 stars 182 forks source link

Muselsl stream disconnects after >5 mins of streaming #165

Closed sunshineinsandiego closed 3 years ago

sunshineinsandiego commented 3 years ago

Hi - My muselsl stream disconnects (possibly a time out issue) after about 5 minutes of streaming. Using a Mac OS with a BLED112 dongle. Anyone else have this problem?

oori commented 3 years ago

What's your init line? do you use ACC + PPG ?

sunshineinsandiego commented 3 years ago

Just the standard:

muselsl stream
oori commented 3 years ago

Try adding the -b bgapi setting, for example:

muselsl list -b bgapi
muselsl stream -b bgapi --acc --address <mac:address>
sunshineinsandiego commented 3 years ago

Thanks, that worked! Appreciate it.