lsl_archived icon indicating copy to clipboard operation
lsl_archived copied to clipboard

Multi-modal time-synched data transmission over local network

Results 100 lsl_archived issues
Sort by recently updated
recently updated
newest added

at least in linux, after compiling java examples, is possible to record streams generated by different sources. But sources generated by java examples are not recognized by ReceivingData example, both...

The LabRecorder app has code to parse the config file. Unfortunately, this fails if the config file is missing an OnlineSync section. Also, adding `OnlineSync=[]` does not allow it to...

Hi, how to add 10-20 system configuration to the lsl biosemi app, its only have the ABC system. how to remove the channel 'trig1' from streaming. when I use BCILAB...

I recently set up a new machine with an LSL development environment and part of that process was cloning the repository and running get_deps.py. I am in Europe now, which...

Hello. Is it possible to send binary data using the Python module of LSL? If I try to send a binary data as in a script following (as 'string'), I...

Using pull_sample() in c#, i get an entrypoint error for dll.lsl_destroy_string(). That function seems to be missing from the c# dll. Commenting out the lines in LSL.cs that call dll.lsl_destroy_string()...

I'm trying to get a better understanding of the Cognionics App branch of LSL. I have the Portable Data Acquisition System from Cognionics. The specs, packet formats, etc. are the...

I’m trying to get the BrainProducts actiChamp working with LSL. I’m hoping to display the stream of data. I’m working on a 64-bit Windows machine. The Python script “ReceiveData.py” prints...

I'm trying to stream from virtual machine running in OpenStack environment, which seems to have limited support for multicast. I found out that OptiTrack application has hard-coded setting to make...

Hi, first of all I want to know if pull_chunk do what I think it does, the pull_chunk get all samples that there is on the buffer of de LSL...