liblsl-Matlab icon indicating copy to clipboard operation
liblsl-Matlab copied to clipboard

Matlab bindings for liblsl

Results 16 liblsl-Matlab issues
Sort by recently updated
recently updated
newest added

I am getting the following errors while running _vis_stream('timerange',5)_ function in Matlab Error using lsl_get_fullinfo An unknown error occurred. Error in lsl_inlet/info (line 75) result = lsl_streaminfo(self.LibHandle,lsl_get_fullinfo(self.LibHandle, self.InletHandle, timeout)); Error...

MATLAB version: R2023b liblsl version: 114 (returned by 'LSLVersion()' ) Situation: when I tried to use liblsl to create inlet to receive EEG data from OpenBCI GUI, I found that...

Hey everyone, I'm attempting to get liblsl working with MATLAB R2019b. I've downloaded the correct release for my platform and MATLAB version as well as downloading the repository. After I...

I try to load lsl_loadlib in MatLab, but I keep receiving the error: "Error loading the liblsl library: Undefined function 'lsl_loadlib_' for input arguments of type 'char'. Make sure liblsl-Matlab/bin...

![image](https://github.com/labstreaminglayer/liblsl-Matlab/assets/57703187/eaa83fd2-12cb-432d-ba10-9f6a0720ea4e)

I am trying to run a program from liblsl-Matlab to send strings. However, I am receiving the error: "Error loading the liblsl library: Undefined function 'lsl_loadlib_' for input arguments of...

moved from: https://github.com/xdf-modules/xdf-Matlab/issues/13

I just did a PR to update the lsl version in lsl_get_dll (https://github.com/labstreaminglayer/liblsl-Matlab/pull/32). The CI checks failed. No idea why. It built just fine on my Windows 10 machine with...

Hello, I have a problem with using the function wait_for_consumers of the outlet class. When I try to use it, I get the following error: " Error using lsl_wait_for_consumers 2...

Hello all, I am new in this area. I have one issue regarding using vis_stream. i have an error at line of streamnames = find_streams(lib);, although I could run build_mex.m...