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 cannot find muse S head band #157

Open NathanTh0mas opened 3 years ago

NathanTh0mas commented 3 years ago

I installed muselsl and BlueMuse. BlueMuse has no issue detecting my Muse S, however, when I run the basic script below muselsl cannot find any headband. Please advise.

from muselsl import stream, list_muses

if __name__ == "__main__":

    muses = list_muses()

    if not muses:
        print('No Muses found')
    else:
        stream(muses[0]['address'])

     # Note: Streaming is synchronous, so code here will not execute until the stream has been closed
        print('Stream has ended')

The error states:

"C:\Program Files\Python39\python.exe" D:/Muse/Python/main.py Starting BlueMuse, see BlueMuse window for interactive list of devices. No Muses found

rizaru22 commented 2 years ago

Hi @NathanTh0mas , Did you find the solution ? I face the same problem...

WeAreMidnight commented 11 months ago

Same issue here!