Matthew Grivich
Matthew Grivich
It would be better to fix it by setting the marker stream to irregular sampling rate as shown in https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl-Matlab/examples/SendStringMarkers.m. That way, only that stream will have Jitter Removal deactivated....
I've done a fair amount of work with Javascript, LSL, and node.js, so I know the issues involved. I have not made it public, because I only implemented the functions...
OpenBCI provides a direct interface to python https://github.com/OpenBCI/OpenBCI_Python which is referenced from openbci.com. Is there any problem with using that? Using node will add complexity without much value unless you...
Okay. I'll describe approximately what you have to do, and leave it up to you as to whether or not it is worth it. I will include a significant amount...
I can confirm that __func__ is breaking the VS2013 project. I haven't investigated in any detail, but the current VS2013 project does compile in Visual Studio 2017, community edition (free)....
I am working on getting the (non CMAKE) Visual Studio 2013 project working, and I think adding ``` #if defined(_MSC_VER) && _MSC_VER < 1900 #define __func__ __FUNCTION__ #endif ``` to...
Doing a full recheck of Android is on my to-do list (since the recent repository reorganization), but it may be next week. I will get back to you.
Nikhil, I've gone through and updated and tested the Android examples. Please update to Android Studio 3.2.1, and get the latest version from master: `git clone --recursive https://github.com/sccn/labstreaminglayer.git` Then rerun...
Linux Java had an issue in which streams could not be sent and received properly. I have fixed this, which should fix your issue as well. Please update from github,...
Please try the following on Linux: Update from github. Download jna-4.2.2.jar (http://central.maven.org/maven2/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar) to LSL/liblsl-Java. Build the LSL library (liblsl64.so, for example) for your system, and copy it to LSL/liblsl-Java LSL/liblsl-Java$...