Skip to main content

Python wrapper for the EyeLogic eye tracking API

Project description

Python Binding for EyeLogic Eye Tracking Devices

This is the python wrapper for the EyeLogic eye tracking API. It offers the possibility to connect you with your device from any custom application.

Download and install

The EyeLogic python SDK is available via the Python Package Index (PyPI), and can be installed through pip. pip install eyelogic-sdk

You can also download the EyeLogic SDK directly from the eyelogic homepage. The SDK contains also bindings to other languages as well as a user manual and API description.

Usage

In your python script, import the eyelogic SDK:

from eyelogic.ELApi import *

In the __main__ section, the application implements its control flow. It consists of the following code lines:

api = ELApi("Demo Client")

This constructs a new instance of the ELApi class. The instanciation will automatically "initialize" the library. Hence, it will also be automatically be "deinitialized" whenever the api object gets out of scope, e.g. at the end of the program.

resultConnect = api.connect()

Connects to the EyeLogic server. Check for the return value in order to find out whether the connection was established successfully.

resultTracking = api.requestTracking(0)

Starts the tracking of the device. The parameter 0 specifies the frame-rate mode. If your device is capable of multiple frame-rate modes (60Hz, 120Hz, 250Hz), you can also enter a different number. The list of available frame-rates is given to the callback onDeviceConnected( ). Usually, the frame-rate mode 0 is the default (the highest available speed mode of your system).

resultCalibrate = api.calibrate(0)

Performs a calibration. This method blocks until the calibration was performed (or aborted). The parameter 0 denotes the type of calibration.

At the end of your recording, close the connection:

api.disconnect()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

eyelogic_sdk-1.1.7-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file eyelogic_sdk-1.1.7-py3-none-any.whl.

File metadata

  • Download URL: eyelogic_sdk-1.1.7-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for eyelogic_sdk-1.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 36f4900a47b08808c0fe43de126dac18703102963d56a40732d6984560316ca3
MD5 464b96cb41050f0a7f535a78c815574d
BLAKE2b-256 a1c3f20d2b42c4a89991a8ba93dce025da81200b10c127dfd9e936c36a2e81c5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page