labstreaminglayer / pylsl

Python bindings (pylsl) for liblsl
MIT License
137 stars 57 forks source link

Cannot see the LSL stream #86

Closed magna-fede closed 4 weeks ago

magna-fede commented 1 month ago

Hello! I'm trying to set up neuro/biofeedback experiment using BrainProducts BrainAmp amplifier.

While I am able to connect to the LSL stream in MATLAB, I cannot do the same in Python. Indeed, I do not see the data stream using pylsl, with the resolve_stream returning an empty list or getting stuck, depending on the arguments I provide. I have followed the instructions in the prerequisites, and the lsl.dll are in the lib folder of pylsl (liblsl was installed using conda-forge channel). What else should I look into?

Thanks

magna-fede commented 1 month ago

Just to add on that, I was able to connect to the recorder host and receive data via 32Bit RDA-port, so I think I messed up my pylsl installation.