An open API service indexing awesome lists of open source software.

https://github.com/trishume/tobii-sys

Rust bindings for the Tobii Stream Engine API for eye tracking
https://github.com/trishume/tobii-sys

eye-tracking ffi-bindings rust

Last synced: 6 months ago
JSON representation

Rust bindings for the Tobii Stream Engine API for eye tracking

Awesome Lists containing this project

README

          

# Tobii Stream Engine Rust Bindings

This is a Rust crate containing FFI bindings and a few helpers for working with the [Tobii Stream Engine](https://tobii.github.io/stream_engine/) library for interfacing with Tobii eye trackers like the 4C.

The linker parameters are currently set up with the alpha SDK for macOS, which you can't get unless you ask, but with some tweaking of the linker attributes it should work on Windows as well. The bindings are for the older version of the API in the macOS version, but they shouldn't be difficult to update.

It has full support for the functionality in the 1.0.0 API, although with the 2.0 names (see v0.1 of tobii-sys for the 1.0 names). I haven't yet added bindings for the new Tobii Engine type from the 2.0 SDK.