pylsl
pylsl copied to clipboard
Python interface to the Lab Streaming Layer
Dear all, I'm writing you to ask about an issue that I have when I'm closing my stream. I'm pushing one sample with a marker stream type and when I...
I have alredy follow the Self-built steps on this website and seems like it has intalled already. https://pypi.org/project/pylsl/ however when I am trying to use any class in pylsl on...
In the ReadMe it is written "On Linux one currently cannot call pylsl functions from a thread that is not the main thread." I want to use LSL within a...
On my Raspberry Pi, importing pylsl fails: ``` Python 3.4.2 (default, Oct 19 2014, 13:31:11) [GCC 4.9.1] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import...
Hey! Thanks for the lib, it's very helpful. I'd love if you used, in a next major version, properties instead of getters-almost-like-properties. For example I'd like to just write: `stream_info.channel_count`...
Hi everyone, I having trouble importing pylsl. Everytime I try to import it I get: Traceback (most recent call last): File "C:/Users/computer/PycharmProjects/pythonProject1/MuseRead.py", line 33, in import pylsl File "C:\Users\computer\PycharmProjects\pythonProject1\venv\lib\site-packages\pylsl\__init__.py", line...
Details: OSX Darwin 18.7.0 Python version 3.7.5
basically this is a fix for https://github.com/chkothe/pylsl/issues/1, supporting Raspberry Pi (armv7l). I included a shared object built based on instructions found [here](https://github.com/sccn/labstreaminglayer/issues/74) (thanks @dmedine). Also pylsl.py is edited to consider...