EEGoSports

From MNE-CPP Wiki
Revision as of 11:26, 7 November 2016 by ViktorKL (Talk | contribs)

Jump to: navigation, search

Abstract

This article describes the installation and usage of the EEGoSports SDK for the MNE-Scan project.


Building the EEGoSports Driver plugin

In order to build the EEGoSports driver plugin, the "eemagine" folder from the SDK has to be added to the EEGoSports folder in the mne-cpp repository in a first step. This location can be found in the mne-cpp repository under:

%\mne-cpp\applications\mne_scan\plugins\eegosports\

The "eemagine" folder includes another folder called "sdk" which holds the necessary header and source files like: amplifier.h, buffer.h, channel.h, exceptions.h, factory.h, stream.h, version.h, wrapper.cpp and wrapper.h.

In a second step, the eegosports subproject has to be reintegrated into the mne-cpp project. This can be achieved by removing its comment status in the plugins' project file. This file can be found under following path:

 %\mne-cpp\applications\mne_scan\plugins.pro

In order to reintegrate the eegosports subproject into mne-cpp, its comment status has to be removed. This can be achieved by removing the # sign in front of the eegosports project in the Sensors category.

Now, the whole mne-cpp can be rebuilt as normal. MNE Scan will now contain the EEGoSports driver plugin in its Sensor plugin section.