Emotiv / cortex-example

Example with Cortex V2/V3 API
https://emotiv.com
MIT License
202 stars 115 forks source link

How to train, accept, then print out the command when it's active? #61

Closed SiwenW closed 4 years ago

SiwenW commented 4 years ago

Hello,

I'm trying to train a command, accept the command, then print to screen when the command is active. 1st Question: Should I use time.sleep(> 8s) function between the training and accepting action to have enough time to train the command? Is this the right idea? 2nd Question: Is mentalCommandActiveAction the right function to use if I want to print out the command that is detected in real time?

Thanks for your time and help.

Class class

Code code

Output code_output