Skip to content

EACheadtracker

Latest
Compare
Choose a tag to compare
@davircarvalho davircarvalho released this 12 Mar 21:47

Initial realease on pypi.org

Now you don't need to clone the repository anymore to access the head tracker, you can simply pip install this package as such,

pip install EACheadtracker

and to initialize it in python:

from EACheadtracker import HeadTracker

HeadTracker.start()

All the code still works from command line normally!

Enjoy! :D