I had purchased the emotiv epoc neuro consumer headset and try to interface it with the emokit python project in Windows XP but ended up in the following Assertion errors:
Traceback (most recent call last):
File "C:\Python26\Emokit.py", line 2, in <module>
headset = emotiv.Emotiv()
File "C:\Python26\emotiv.py", line 72, in __init__
if self.setupWin(headsetId) if windows else self.setupPosix(headsetId):
File "C:\Python26\emotiv.py", line 81, in setupWin
assert len(devices) > headsetId
AssertionError
Right now I am trying to figure this out but it will be really appreciable if anybody could help me solve the errors.