Chadwick Boulay

Results 382 comments of Chadwick Boulay

I guess the win32com method is not cross-platform so I would shy away from that. Is the second cross-platform? Do you have that in a repo somewhere that I can...

Sorry for hijacking. I, too, will soon be interested in minimizing things-that-need-to-be-clicked. What is the latest/best version of Remote LabRecorder? I noticed that [tcpinterface.cpp is in master](https://github.com/labstreaminglayer/App-LabRecorder/blob/master/src/tcpinterface.cpp) but empty. The...

@Doug1983 put some work into making the GUI-version of RCS implementation more useful. That's now been merged into master (see #19). It's not perfect but it does the job for...

Are you able to pull the markers in real-time using a simple [Matlab](https://github.com/labstreaminglayer/liblsl-Matlab/blob/master/examples/ReceiveStringMarkers.m) or [Python](https://github.com/labstreaminglayer/liblsl-Python/blob/master/pylsl/examples/ReceiveStringMarkers.py) script?

LabRecorder can record from many streams. If I recall correctly, the BrainAmp software has its own marker stream. Is that correct? And am I assuming correctly that you are sending...

I don't see any obvious reason why this wouldn't work. There might be something strange about the Matlab lib in certain operating systems. Could it be necessary to open multiple...

That is very unusual. Can you tell me more about the computer that is having trouble? Is it a Mac? Does it have VM or Docker installed? Sometimes liblsl has...

Sorry I don't know how I missed this message before. If lsl_api.cfg doesn't exist then you simply create it. https://labstreaminglayer.readthedocs.io/info/lslapicfg.html

Hi Andrew, I don't think hdf5 lends itself well to having multiple interleaved streams of data. I might be wrong, but I don't think it can have multiple datasets that...