sccn / lsl_archived

Multi-modal time-synched data transmission over local network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running lsl_loadlib()

lithiumgold opened this issue · comments

When I enter lsl_loadlib() into MATLAB I receive the following error:

http://i66.tinypic.com/2hydp8g.png

I am using this repository to load the LSL data: https://github.com/OpenBCI/OpenBCI_MATLAB

How can I resolve this?

I am closing this as it is an issue with OpenBCI's repository, not this one.

Thank you @dmedine ! This was very helpful. I managed to get the lsl_loadlib to work by running the build_mex function.

I was also to get the ReceiveData.m running in MATLAB by recompiling some of the .c files into mex.

Cheers!