mizanur36
mizanur36
About
- Username
- mizanur36
- Location
- Dallas, TX
- Joined
- Visits
- 23
- Last Active
- Roles
- Member
- Location
- Dallas, TX
Comments
-
I was going through Irene's document. Not understanding how she generated event file and extracted data from event file. I see below code she mentioned. What is Trials? What below code does? can someone explain. I am bit confused. %% FINDING EVENT…
-
I seen that tutorial. But challenges I am having is how I load that data to BCILAB?
-
It appears the issue was the liblsl64.dylib version. I have downloaded a newer version from https://github.com/Epist/bci_focus/blob/master/Server/bin/liblsl64.dylib link and now I can see LSL stream in MATLAB
-
Yes, I tried ReceiveData in MATLAB. It doesn't receive anything. Waits for the stream indefinitely. I am using Mac Seirra. Did you get it working in Mac?
-
BTW, I am using Mac Sierra. It appears liblsl64.dylib that is in dependencies foder in BCILAB has been compiled 5 years aga and tested on Mountain Lion. But appears same lib may not be working in Mac Sierra. Any idea?
-
Hey, I am trying to stream openbci data using openBCI_LSL to MATLAB BCILAB. It appears BCILAB waits for data and never gets data eventhough I can consume LSL data using python. Need help
-
it is same issue that "Avujic" opened in 2016. But I don't see any resolution to this issue in this discussion which that person started in 2016. Lot of others experienced the same subsequently which I see in this discussion. But don't see any solut…
-
BTW, I am using MAC not Windows. I already have tried the vs_stream earlier and got below error >> vis_stream /Users/v614781/tools/tester2/bci/labs/BCILAB/dependencies/liblsl-Matlab/bin/liblsl64.dylib Error using vis_stream>find_streams…
-
I have double checked, stream type is EEG. I can consume LSL stream using 'type','EEG' using pylsl. It is matlab that not finding the stream. In matlab type is also EEG. below is the matlab code. Code is stuck in while loop where it is expecting lsl…
-
Did anyone get it working. I am getting same error. >> ReceiveData Loading the library... Resolving an EEG stream... When I kill the program, I get below error In ReceiveData (line 11) result = lsl_resolve_byprop(lib,'type','E…
-
Hi, I am using openbciPython_LSL that I downloaded from github. Looks like it is generating LSL stream. I tested with pylsl "ReceveData.py" and I get the LSL data. But its when I try to consume the LSL data from matlab it doesn't get anything. Ins…