Chadwick Boulay
Chadwick Boulay
I'm wondering if my issue is the covered by this or the linked PR in hdmf. Please advise. I am iteratively writing to multiple containers (acquisitions and epochs table) in...
It's almost always something to do with enabling permissions for multicasting.
You'll likely have to recompile the dylib targeting the correct iOS version.
@TienEnChang , I think @StevanD02 is just saying that was their solution. But given that it's the same hardware and operating system, it's proof that the protocol works. I think...
If I had to guess, it's the same as any other open source 3rd party library. There are really 2 options for static: 1. download the liblsl source code and...
I managed to reproduce a segmentation fault from the `pushpull` benchmark test locally. It happens here: https://github.com/sccn/liblsl/blob/7e61a2ef7a25a54b54968fb5c8776054f49b028e/src/sample.cpp#L81 It happens at the very end of the test case, as the outlet...
#220 might be helpful: "bad_weak_ptr"
This wasn't fixed with that commit... the ubuntu-latest runner was still reporting the atomic-related errors.
What do you mean by "reviewing LSL timestamps"? Did you first record the data to disk? How did you do that? Was it with LabRecorder? How did you load the...
xdf-matlab does post-processing by default. See [here](https://github.com/xdf-modules/xdf-Matlab/blob/master/load_xdf.m#L25-L96). You can try disabling different parts of the post-processing to get a better understanding of what's happening. My guess is that the jitter...