Skip to content

Releases: eac-ufsm/webcam-headtracker

EACheadtracker

12 Mar 21:47
Compare
Choose a tag to compare

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