You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with using the function wait_for_consumers of the outlet class. When I try to use it, I get the following error:
"
Error using lsl_wait_for_consumers
2 input argument(s) required.
Error in lsl_outlet/wait_for_consumers (line 128)
success = lsl_wait_for_consumers(self.LibHandle,self.OutletHandle,timeout);
"
This error seems to come from the following line in the C file for the mex interface: