Chadwick Boulay
Chadwick Boulay
Yes, I liked what I read, and the API was pretty nice. If only there were something similar but wasn't so difficult to get working... ;) About 6 months ago...
Closing because I think the original issue is resolved, but happy to continue conversing.
You cannot change a stream's primary metadata after it is created. You have to close it and create a new stream. I don't know what `outlet.del()` is -- I would...
Closed as stale.
Sorry, it's been a while and I just happened to come by this not to fix but just to say how I think it should work. ``` inlet.close_stream() time.sleep(0.2) assert...
I wouldn't have thought to use liblsl this way. I either construct an info for creating an outlet, or I get an info from a resolver for creating an inlet....
The [stream_inlet constructor docstring](https://github.com/sccn/liblsl/blob/master/include/lsl_cpp.h#L883-L888) implies that this _should_ work though it is discouraged. ``` * @param info A resolved stream info object (as coming from one of the resolver functions)....
Thanks for the link. I'll give it a look the next time I'm working on liblsl CMakeLists.txt file. However, due to the low demand and high maintenance costs, I doubt...
OK this is ready for review. If you want a sample data file then that will have to wait until Friday when I'm in front of the hardware needed to...
I found and fixed a bug in my previous implementation thanks to unit tests I just added. Here's a zip of the test files. If you can provide me instructions...