Is there a way to bring Emotiv Epoc X EEG raw signal into Unity?

Hi all,

We have the most recent Emotiv (Epoc X) at the time of writing this.

Is there a way to use the EEG signal in Unity? I can send markers from Unity to the EEG signal recorded by EmotivPro (Emotiv’s software), but I am not sure how to get the raw data into Unity, in order to change the Unity scene based on EEG signal (alpha power for example).

This has been done in the past, with older versions of Emotiv. Any thoughts? Thank you, C

in this package, is that the raw data shown in the EEG panel? (or is this the old version)

this one shows the diagram, with GetEEGData(), so probably thats it:

from that should be easy to adjust or draw things based on those values.

Yes, I think you are right ~ I think GetEEGData() should work. Many thanks!