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.
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)