Emotiv / labstreaminglayer

Lab Stream Layer support with EMOTIV Brainwear
MIT License
48 stars 9 forks source link

What variable is EEG data in Python code? #11

Closed Buddies-as-you-know closed 1 year ago

Buddies-as-you-know commented 1 year ago

I use Emotiv epoc+. Emotiv epoc+ is a 16 channel EEG signal. But sample len is 19 in ReceiveData.py. so where is 16ch EEG data in sample variable?

hoangphamemotiv commented 1 year ago

19 channels contains 14 EEG channel already, they are: {"Timestamp", "Counter", "Interpolate", 14 EEG channels , "HardwareMarker", "Markers" } You can see more information from: https://github.com/Emotiv/labstreaminglayer

Buddies-as-you-know commented 1 year ago

Thank you.