openyou / emokit

Open source driver for accessing raw data from the Emotiv EPOC EEG headset
http://www.openyou.org
Other
524 stars 236 forks source link

Packets Received: 0 Packets Processed: 0 #185

Closed henzer-garcia closed 8 years ago

henzer-garcia commented 8 years ago

Hi,

I am trying to use emokit to read raw data from EMOTIV EPOC, but when I run the example_export.py any packets are received or processed. And not appear any error. If I see the software of EMOTIV EPOC, (Emotiv Xavier Control Panel), the reception of signals is good.

This is the result:

Packets Received: 0 Packets Processed: 0 Y Reading: 0 Quality: 0 F3 Reading: 0 Quality: 0 F4 Reading: 0 Quality: 0 P7 Reading: 0 Quality: 0 FC6 Reading: 0 Quality: 0 F7 Reading: 0 Quality: 0 F8 Reading: 0 Quality: 0 T7 Reading: 0 Quality: 0 P8 Reading: 0 Quality: 0 FC5 Reading: 0 Quality: 0 AF4 Reading: 0 Quality: 0 Unknown Reading: 0 Quality: 0 T8 Reading: 0 Quality: 0 X Reading: 0 Quality: 0 Z Reading: ? Quality: 0 O2 Reading: 0 Quality: 0 O1 Reading: 0 Quality: 0 AF3 Reading: 0 Quality: 0 Battery: 0

ghost commented 8 years ago

Make sure the green light is blinking rapidly on the dongle. You might try closing the control panel if you have it open at the same time.

DJuboor commented 8 years ago

Same Problem, ^ did not solve.

ghost commented 8 years ago

@DJuboor Sometimes you have to flip the switch on the headset on and off a few times I've found.

Soon an exception will be thrown instead of no activity.

ghost commented 8 years ago

The master branch has a fix for this in it now, if no data is received emokit will reinit the reader until it gets data.

DJuboor commented 8 years ago

Seems I was also using old sourcecode from another project and was calling the data wrong. Thank you for the update though! All is working well.

ghost commented 8 years ago

Good to hear.