sccn / lsl_archived

Multi-modal time-synched data transmission over local network
242 stars 134 forks source link

LabStreamingLayer in MATLAB for BCILAB #342

Closed lithiumgold closed 6 years ago

lithiumgold commented 6 years ago

In reference to https://github.com/sccn/labstreaminglayer/issues/341, I am working to get an LSL stream from my OpenBCI board into MATLAB so I can run BCILAB.

Specifications: OSX High Sierra 10.13.6 Xcode 9.4.1 Build version 9F2000 Python 3.5.5 :: Anaconda, Inc. MATLAB 2018a

I have the OpenBCI_LSL repository working at the moment and can start an LSL stream from there.

On the OpenBCI_MATLAB repository, it says it is currently deprecated, however I think it may still work. Need some clarification here

What would be the best way to go about this?

dmedine commented 6 years ago

Please don't reopen an identical issue after I've already closed the previous one (https://github.com/sccn/labstreaminglayer/issues/341). That is very bad manners. Also, I have already given you a perfectly reasonable solution to your problem. I reiterate it now:

If you copy or download the code in this file: https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl-Matlab/build_mex.m and run it from /liblsl-Matlab it should build mex files for you and then liblsl-Matlab should work. If not, you may open an issue reporting that.