Hani Awni

Results 5 comments of Hani Awni

Possibly relevant comment: https://github.com/sccn/BCILAB/issues/19#issuecomment-221007839 Indicates that by default LSL reader waits to try to find a marker stream as well. Unfortunately, clearing the Marker Query field has no visible effect...

Hello, Yep, LSL's ReceiveData.py can successfully print data from both the OpenBCI-python LSL plugin and LSL's SendData.py. LSL's MATLABViewer app, vis_stream.m, can successfully connect and receive data from the OpenBCI...

Update: I believe the code is hanging in /code/online_plugins/run_readlsl.m, between the two print statements where it does this: ``` % look for the desired device disp(['Looking for a device with...

Ok. I have committed the cardinal sin of editing code that I do not fully understand, but it no longer hangs, and seems to be functioning properly? Though I'll have...

This change seems to work as well for writing to an LSL stream. My concern is that we lose some of the timing information/configuration for the stream. Do you have...