Christian Kothe
Christian Kothe
Hi, this is a fairly old API I believe and I'm not sure that it still works properly. However, as an alternative you could try to read from the Lab...
Ok that's definitely puzzling -- this would suggest that the acquire LSL app is for some reason not sending the stream. I could imagine a protocol version incompatibility, but debugging...
The other thing worth checking is if a firewall blocks LSL transmission on your PC, which would result in none of the LSL examples working - there is a troubleshooting...
I have recently taken the svmlight implementation and polished it a bit, and it's working fine over here -- maybe you want to use that one (currently in devel branch...
I agree that the inlets in their current form aren't meant to be initialized with anything other than the result of a resolve operation. But indeed some users may feel...
So the reason the code samples in most other environments use `resolve_byprop` etc is that in those cases it's often fine that the call is blocking, and it's easier to...
A note regarding MATLAB: indeed, since MATLAB is single threaded the receive call in the viewer and the send call in your code will block each other. Do you have...
Dear Anna, can you confirm that you get the trigger values back when you record your data through ActiView and them import the resulting .bdf file into EEGLAB (since there's...
Hey John, at this time we don't have documentation of that since it's not part of the public API of LSL. There's quite a lot that a client would have...