Chadwick Boulay

Results 324 comments of Chadwick Boulay

I need to put out a new pylsl release soon so I'll test this when I do that, but on a Pi 4B because that's what I have. I don't...

Edit - After further testing, here's a summary of the findings. Outlets: * Macbook running `python -m pylsl.examples.SendData` * Win64 running `python -m pylsl.examples.SendData` , modified to change stream name,...

Hi @gprapas , this is not the correct place. I assume you're referring to Unity? Please check https://github.com/labstreaminglayer/LSL4Unity

@gprapas I just realized that I still haven't merged my pull request. Please check the branch: https://github.com/labstreaminglayer/LSL4Unity/tree/cboulay/cust_package

I'm fairly certain that you'll have to self-compile liblsl, whether you write your app in C or in Python, but I don't know if it's even possible on your platform....

ASIO is a liblsl dependency. You'll find it in the `thirdparty` folder.

"easy" is relative I guess. 1. Build liblsl using that compilation script 2. Install pylsl from source. `python -m pip install git+https://github.com/labstreaminglayer/liblsl-Python.git` 3. Set an environment variable to tell pylsl...

I'm very confused. Are you trying to control LabRecorder? Or are you trying to read streams from other devices / applications? Or are you trying to stream data out in...

The part of the source you should be looking at is here: https://github.com/sccn/liblsl/blob/master/src/stream_outlet_impl.cpp#L14 There's a UDP time server (necessary for clock sync), a UDP multicast responder (necessary to respond to...

I'm not able to help right now, but I had a thought to try to run the build in a local VM that matched the Azure Pipelines VM. Then I...