lsl_archived
lsl_archived copied to clipboard
Multi-modal time-synched data transmission over local network
Is there a way to send a signal or whatever from Matlab to LSL and finally from LSL to a smartphone?
I am curious about the DataReceiving function while [vec, ts]= inlet_data.pull_sample(); end In my project, I want to store 3 second EEG data. Since the sampling frequency is fixed 5000...
pylsl and PsychoPy - invalid: bad lexical cast: source type value could not be interpreted as target
Trying to establish an lsl-stream within @PsychoPy, I get the following error message as the corresponding stream name in LabRecorder: _`(invalid: bad lexical cast: source type value could not be...
I use pylsl to receive one lsl stream generated from openvibe and another lsl stream generated via python. The timestamps I receive are not synched. In particular the opevibe timestamps...
I'm using an Arduino AtMega 2560 to inputa sequence of numbers as serial data [1 2 3 4 5 ...] and used the SerialPort Connector App to link it to...
When I call "inlet.pull_sample()" it outputs a 1x63 matrix (EEGData). How can I change the EEGData output from 63x1 to 63x1 without transposing the matrix EEGData? I couldn't fine the...
Have there been any attempts at generating an LSL library for JavaScript? I'm interested in using LSL with OpenBCI's NodeJS driver. I've looked at the "AUTOGENERATE HOWTO", but before going...
Hello, I was getting the following error when running lsl_loadlib on my mac that started with: Missing symbol '___stack_chk_guard' required by '/Applications/MATLAB_R2017a.app/bin/maci64/libmwgenerate_diag_message.dylib- I wasn't able to find any documentation in...
The build_windows.bat script (which was working quite well) disappeared with this commit https://github.com/sccn/labstreaminglayer/commit/6256a868a3cf6edb16eef01cd0e7e7d485ec1c32 but it is still referred to in INSTALL.md. It would probably be good to have a complete...
Can someone please let me know the best method for linking a video stream to be recorded through LSL?