Skip to content
/ epokit Public
forked from daeken/Emokit

Python and C libraries for the Emotiv EPOC headset

License

Notifications You must be signed in to change notification settings

Aulos/epokit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Python library

import emotiv
headset = emotiv.Emotiv()
try:
    while True:
    	for packet in headset.dequeue():
    		print packet.gyroX, packet.gyroY
  finally:
    headset.close()

Credits

Huge thanks to everyone who donated to the fund drive that got the hardware into my hands to build this. Thanks to Bryan Bishop and the other guys in #hplusroadmap on Freenode for your help and support. And as always, thanks to my friends and family for supporting me and suffering through my obsession of the week.

C

To compile C library you need mcrypt and libusb-1.0 installed.

About

Python and C libraries for the Emotiv EPOC headset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.3%
  • C 27.6%
  • C++ 22.1%