pylsl icon indicating copy to clipboard operation
pylsl copied to clipboard

Python bindings (pylsl) for liblsl

Results 15 pylsl issues
Sort by recently updated
recently updated
newest added

Not sure how many LSL users out there on RaspberryPi, but I had a project recently and noticed a couple problems: The distro that pip fetches on a pi does...

We would like to transmit arbitrary byte sequences using pylsl and cf_string channels. Unfortunately, the current pylsl implementation does not support that. Technically, it should work just fine though. [liblsl...

Hi, I've been experimenting with LSL on the Raspberry Pi in the past few days and so far so good, it's installed and I'm able to exchange some data with...

It looks like the huge effort from @tstenner and me to get a manylinux pip-installable pylsl was all for naught. While we succeeded in creating the manylinux-compatible wheel, it turns...

I recently got bit [by this bug](https://github.com/python/cpython/issues/62702). I think maybe all we can do is update the error message for Linux users to include "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib"

Hi, I'd like to run PyLSL to Docker, I was wondering which port of my container I should expose to get the data from the OpenBCI GUI ? Usually pylsl...

As of now you can't specify a timeout which means a python program can get stuck indefinitely if no stream is found.

Almost all examples run without issues (after i `pip install pyqtgraph`) but `python PerformanceTest.py` fails with ``` Created outlet with name BetaGen and type EEG Created outlet with name GeneratedCentreOutMarkers...

Hello guys! I am currently using the Pylsl interface for sending event markers to an EEG signal, being acquired by the Enobio 8 headset, using their proprietary NIC software, as...

Hey, this is more a discussion point so please do close or remove if necessary, for others who may be interested - i've made a configurable python based brain computer...