Ivan
Ivan
I checked out the 'devel' branch. I tried to run run_readlsl('laststream', 'type=''EEG''', '') and never past that the following line: Looking for a device with type='EEG' ... My goal at...
Sorry, I wasn't clear. I have the python example from lsl (SendData.py) pushing data and I'm trying to received it using ReceiveData.m (under dependencies/liblsl-Matlab). Both files are running on the...
Yes, ReceiveData.m on 1.1 receives data from the inlet and prints it out. The 'devel' version never resolves that an eeg stream exists. I tried the workaround by replacing the...
I was able to get ReceiveData.m from 1.1 streaming eeg after moving the liblsl-Matlab folder from 1.1 to 'devel'. I'm still uncertain of how to get the timestamps. They seem...