labstreaminglayer / liblsl-Matlab

Matlab bindings for liblsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error getting the data from the inlet

Kuritzu opened this issue · comments

In this code https://github.com/labstreaminglayer/liblsl-Matlab/blob/master/examples/ReceiveData.m, im able to get the inlet set with the stream but no data is printed and the function never ends. Any tips on what might that be?

Is the outlet you are connected with sending data? There is a nice visualization tool available here: https://www.brainproducts.com/downloads.php?kid=40&tab=3 to help you diagnose.

Is the outlet you are connected with sending data? There is a nice visualization tool available here: https://www.brainproducts.com/downloads.php?kid=40&tab=3 to help you diagnose.

I think so, when I boot OpenSignals, it shows data. I will give a look at the link you provided, and give some update. Thanks

So the software gives me this feedback. I assume the stream is not forwarding the data properly. It keeps giving me the same behaviour in a loop.
errorLsl

Do you have any advice on how to solve it?

Update

I managed to get the data, but I don't seem to be getting microVolts value that I need. Any tip on how to get it?