Summary
|
LSL Streamer
|
Info |
Category: |
Visual Stimuli |
|
AddIn: |
LSL |
Creator: |
OkazoLab |
|
Scope: |
Experiment |
Owns Snippets: |
None |
|
Usage: |
background |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
LSL Settings |
Stream Name | Defines a name of LSL stream forwarding the selected signals | | String | |
Stream Type | Defines as type of the LSL stream | | String | |
Data Format | Defines as type of the LSL stream | | String | |
Create Stream Now | Pre-creates a LSL stream with the current settings before an experiment is started | | Boolean | |
Settings |
Input Channels | Defines input channels for processing | | IList | |
Buffer Size | Defines the size (in samples) of the element's processing buffer | | Int32 | |
Output Sampling Rate | Defines the sampling rate of processing performed by this element, in Hz. If the input channels have different sampling rates, the input signal will be re-sampled to the chosen rate | | Double | |
Resampling Method | Defines the interpolation method for resampling the input signals of different sampling rates | | Int32 | |
Chunk Size | Defines a size of the processing blocks (chunks) in samples. The value must not be greater than the buffer size. | | Int32 | |
Runtime Status |
Is Running | Defines whether the element is processing data. You can use this property to pause the signal processing at any time (e.g. for a sake of performance) | | Boolean | |
Signal Generator |
Signal Generator | Defines whether signal samples are produces by an oscillatory generator rather than the actual hardware. You can use the signal generator for test runs without hardware | | Boolean | |
Channel Configuration |
Selected Channels | Defines what signal channels are selected for acquisition within EventIDE. Selected channels are registered in the EventIDE signal pool at runtime and become available for the signal analysis elements. | | List`1 | |
|
This LSL Streamer element forwards selected EventIDE signals into an outgoing LSL stream.
Description
EventIDE can read and process data signals from a broad range of research hardware. In addition to that, custom signals can be generated within EventIDE to carry user data. Use the LSL streamer element to forward such signals to external applications that run in a network or on the same computer. The element uses
the LSL protocol and fully compatible with its specifications.
Practical Use
The LSL streamer element is the global element meaning that it works for the entire duration of an experiment. The element works at the background and configuring is for automatic work is very straightforward.
Creating and configuring the element ¶
- Create the LSL streamer element and select it in the Global element panel
- Define Stream Name, Stream Type and Data Format properties of the element
- Select signal that have to be forwarded via Input Channels property
- Define Output Sampling Rate, which can be either the same or different to the sampling rates of the input channels
- Run an experiment and then connect an external app to the generated LSL stream
Notes
- You can use multiple LSL Streamer elements in the same experiment, given that they have different stream names.
- The input channels may have different sampling rates, however, they will be automatically resampled to the value of 'Output Sampling Rate
- Sample timestamps in the generated LSL stream represent the experiment time