-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#Interaction SDK | ||
|
||
##Stream names | ||
| Stream name | Stream type | Description | | ||
| ------------- |------------- | -------------| | ||
| EMOTIVStream | EEG | The name of the EPOC2LSL plugin stream output | | ||
| ???| EEG | The name of the BEPlusLTM LSL data stream | | ||
| ???| EyeTracker| The name of the IViewRedX LSL data stream | | ||
| ???| GSR | Name of the GSR sensor stream | | ||
| SSVEPEventStream | Event | The event stream which triggers the SSVEP recognition tasks and communicates their result| | ||
|
||
|
||
#####SSVEPEventStream | ||
|
||
| Event code | Action | Receiver | Sender | Description | | ||
|---|---|---|---|---| | ||
| [1,2,3,...,9] | Select item [1,2,3,..,9]| GazeTheWeb | EEG-processing-toolbox (Matlab) | Output of the SSVEP recognition task, indicates which item to select| | ||
| 100 | Trigger SSVEP recognition task | EEG-processing-toolbox (Matlab) | GazeTheWeb | Triggers the SSVEP recognition task in Matlab| |