From e8c86ba110c5d964cf9c14f5177fabf24e089ce5 Mon Sep 17 00:00:00 2001 From: liarosge Date: Mon, 11 Jul 2016 16:48:18 +0300 Subject: [PATCH] Update README.md --- interaction-sdk/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/interaction-sdk/README.md b/interaction-sdk/README.md index e69de29..de86e55 100644 --- a/interaction-sdk/README.md +++ b/interaction-sdk/README.md @@ -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|