-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eyeblink not detected / Update rate #31
Comments
Hello, If you are referring to the blinking value that came directly from the headset, it had never worked for me. It is always zero. Regardless of that, you can try to detect the blinkings by analyzing the raw data. Regarding the second question, the sampling frequency is 128 Hz effectively, and the counter value goes from 0 to 99. I do not think you can change it in any way. |
Thank you Rodrigo. |
What may be happening is that the application working on your terminal is slower than the sampling frequency and you are missing some values. You can check this by verifying if the values that you get from counter are consecutive. They go from 0 to 99 and start it over again. |
Hello.
An apology in advance if this isn't the right place to seek help. I'm testing the code and can get it working but can't detect the blink (Mindwave Mobile 2). Is there any way to fix it?
The other question is if I can receive data from the EEG sensor above 1Hz, where can I change this setting if possible? Thank you.
The text was updated successfully, but these errors were encountered: