-
How to aquire EEG in real time?
I want to aquire EEG between 0Hz and 256Hz accurately.
-
How can I obtain a one-second EEG recording using the Emotiv EPOC X headset?
Could you guide me on modifying the sample code to obtain 14 channels of EEG data at a frequency of 256 Hz, for precisely …
-
Good evening! I am able to subscribe to the raw EEG data stream in Python. However, when I try to do it using the Emotiv Unity Plugin it does not work. I do the following.
0) Define buf to hold the…
-
I am running train.py , my headset is epoc x and I already got my API license key
query headset --------------------------------
connect headset --------------------------------
102
Connect head…
-
Greetings
I'm trying to build my application on python. I've loaded my profile using the 'setupProfile' method and I'm getting a stream of mental commands data. Now, when I rerun the code I get this…
-
Hello,
Is it possible to both Record and Subscribe to the EEG data stream? I am currently recording EEG data, and I have started a session correctly.
However, when I try to subscribe to the dat…
-
Hello,
I see in the Unity Emotiv plug-in that injecting markers into the recorded EEG data is marked as "To do." Will this functionality be added, or could I be given assistance in developing it my…
-
Hello, Our program successfully connects to the headset and gets data for a couple of minutes in Java Android interface SDK 2.0.
But afterwards, it does not get any data from public void onBandPo…