liblsl icon indicating copy to clipboard operation
liblsl copied to clipboard

C++ lsl library for multi-modal time-synched data transmission over the local network

Results 48 liblsl issues
Sort by recently updated
recently updated
newest added

From `git bisect`, the guilty commit is: 6e0070c2e8907e34458755d4b10a75a455374ba0 The peculiar thing is that the lsl_test_exported fails on my computer but succeeds on the GitHub actions runner for this exact same...

Hi, We have a project where we want to implement LSL on an ESP32-S3 to create outlets for our sensors. We first try to put micro python on the ESP...

Prompted by a conversation with a user in Slack (whose issue turned out to be firewall blocking UDP), I discovered that clock offset post-processing uses a default timeout of 5.0...

I'm using a pretty uncommon config and I haven't tested in other environments, so this might not be a general problem. Macbook Pro M1Pro, MacOS 12.4, CLion with make and...

Would you be able to produce & publish artifacts for new laptops with Apple arm64 chips? Looking at the latest artifact, it's still x86_64 based: ``` $ file liblsl.1.15.2.dylib liblsl.1.15.2.dylib:...

Replaces #153 Please refer to that now-defunct PR and its conversation.

Building from source on Android Studio for Linux fails on version 1.16.0 due to missing include for Linux on `thirdparty/loguru.cpp` Error message: use of undeclared identifier 'pthread_getname_np' It is fixed...

After debugging an issue in Slack with users of LSL4Unity, we figured out that the lsl_continuous_resolver was failing to find a marker stream that was easily found with resolve_streams. This...

[Conan](https://conan.io/) is a popular C++ package manager. It would be great if LSL is made available on [ConanCenter](https://conan.io/center/), the main repository for packages. You can find instructions on how to...

In the C++ API, this overload reduces to pulling 1 sample at a time until there are no more samples available: https://github.com/sccn/liblsl/blob/master/include/lsl_cpp.h#L1213-L1222 This is not ideal for debugging purposes because...