Get sensor details for Emotiv Epoc +

1.1k Views Asked by At

I would like to get a raw eeg for Epoc+ helment

Calls to method

engine.HeadsetGetSensorDetails(EdkDll.IEE_InputChannels_t.IEE_CHAN_AF3);

from C# wrapper of community sdk, lead to exception in unmanaged code (edk.dll)

Does anyone access raw eeg from the headset? How do you do it? I'd like any solution, not only for .net.

2

There are 2 best solutions below

2
On BEST ANSWER

The community sdk will not give you the raw data. There is an open source solution called emokit (https://github.com/openyou/emokit) that you can use. It takes a bit of effort to set up, but this may be the solution for you. An example using this project can be found here (https://github.com/YosephT/Neurofeedback-Meditation)

0
On

You could also consider porting emokit-java to c# if you want to avoid python completely.