New GUI version doesn't allow LSL streaming of time series
If I update the new version of GUI....then there is no option of time series in LSL streams and documents. Yet this page:
https://docs.openbci.com/Software/CompatibleThirdPartySoftware/Matlab/
Defines on this page guides user to set timeseries on type of Data.....
What should i do....
Comments
Mentioning Richard @retiutut.
If you read the text at the link you gave, it suggests using the Brainflow library to stream directly from the board using Matlab. So thus you avoid requiring the GUI to stream via the Networking / LSL widget.
https://docs.openbci.com/Software/CompatibleThirdPartySoftware/Matlab/#method-1-live-data-directly-from-openbci-board-using-brainflow
https://brainflow.readthedocs.io/en/stable/Examples.html#matlab
It's there
Just scroll down while the list is open. This was moved farther down the list in favor of data types that are more typically used in prototyping.
Thank you soo much ......Stay blessed ...My issue is resolved
We have completely refactored the Networking widget with GUI v5.2.1. This resolves nearly all issues with streaming out TimeSeries data over UDP, LSL, and OSC. We were seeing issues with multiple Java threads and the associated timing, which resulted in duplicate packets. This has been fixed.