Metadata-Version: 2.1
Name: beam-eye-tracker
Version: 1.1.1
Summary: Beam Eye Tracker client to retrieve real-time tracking data
Author-email: Kenneth Funes <kenneth@eyeware.tech>
Maintainer-email: Kenneth Funes <kenneth@eyeware.tech>
Project-URL: Homepage, https://beam.eyeware.tech/developers/
Project-URL: Documentation, https://docs.beam.eyeware.tech/
Project-URL: Discord, http://bit.ly/4089mMT
Project-URL: Get Beam, https://beam.eyeware.tech/get-beam/
Keywords: eye tracking,gaming,development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.pdf
Requires-Dist: numpy >=1.5

# Beam Eye Tracker client module

The Beam Eye Tracker, developed by Eyeware, enables users to convert their webcam or iPhone/iPad with Face ID support into an eye tracker for Windows PCs.

This Python module allows you to access tracking data in real time. It provides information on gaze coordinates within the specified screen and the 3D head pose.

For additional details, please visit our website and consult the comprehensive Beam SDK documentation at  [https://docs.beam.eyeware.tech/](https://docs.beam.eyeware.tech/).
