David Medine
David Medine
I believe that enqueue is a 'pattern' that is used frequently in boost::asio driven applications---which LSL certainly is. My understanding is that this call (ultimately) shoves the data into the...
You can use callbacks. It's not so easy to do in Matlab, but it is possible. Here is a introduction: http://undocumentedmatlab.com/blog/explicit-multi-threading-in-matlab-part4 On 9/5/2017 3:31 PM, FenjaB wrote: > > Hello,...
No, not at all. I think that spinning two threads is much more reliable than trying to coherently and reliably time two outlets that receive on the same one. That...
The latest version of LabRecorder is written in C++ and does not yet support scripting. However, previous versions ( Hello > I want to write a script that makes LabRecorder...
It does seem that stopping a recording every 5 seconds remotely is not very straight forward. Are you sure this is necessary? LSL and the XDF format were designed to...
BTW, there is a gotcha on the emotiv app and that is that you need the version of edk.dll that comes with the premium version of their SDK. The open...
Under the section 'Download Binary Releases' is a link to the binary releases (.exe). ftp://sccn.ucsd.edu/pub/software/LSL/ On 26.03.2017 19:11, Chadwick Boulay wrote: > > Right. For ReceiveData or LabRecorder to be...
A good place to start: https://github.com/sccn/labstreaminglayer/tree/master/LSL/liblsl-Matlab/examples On 30.03.2017 15:50, hkn1304 wrote: > > Yes, i would like to store real time data as a variable in Matlab > workspace. So...
SendDataInChunks and ReceiveDataInChunks are example programs that demonstrate how to use the matlab wrapper for liblsl. They don't actually /do/ anything other than setup a fake stream (in the case...
This has been a popular topic lately. I have pushed a little development stub to a new branch (tobii2). In the Apps/Tobii2 folder you will find some preliminary code. I...