Giter VIP home page Giter VIP logo

glimpse's Introduction

glimpse

A mouse replacement for eye-tracking and head-tracking. Work in progress.

Hardware Requirements (at Runtime)

  • Tobii eyeX 4C
  • Gyroscope

As an alternative to using a gyroscope, you may use a webcam to track your head position. Sofrware that does this is freely available (eviacam). However, tracking is problematic in bad ambient light conditions (including direct light and darkness). Also, running computer vision algorithms to process 60 frames from the camera per second is expensive.

Software Requirements (at Runtime)

  • Linux (with uinput module)
  • tobiiusbserviced must be running (must be acquired from Tobii)

Software Requirements (at Compiletime)

  • Rust

Architecture

Use Tobii's stream engine to interface with the Tobii eyeX 4C.

FAQs

Does this driver support interacting on multiple screens in parallel?

No. That would be possible in theory, but Tobii hardware only supports one screen. Some users have requested this feature already .

Does this driver support profiles for different screens?

No. But this could be done via different calibrations (one per screen).

Does this driver support calibration?

No. The calibration flow is planned as follows:

  • tobii_calibration_start, tobii_calibration_collect_data_2d, tobii_calibration_compute_and_apply (for calibrating)
  • tobii_calibration_retrieve (and dump to a file)
  • tobii_calibration_apply (after reading from a file)

Tobii also notes that you should recalibrate for glasses/lenses as well as light/dark environment.

Related

Gyroscope

I am using a Wit-Motion JY901 module which contains a MPU9250 which combines the MPU6500 (accelerometer, gyroscope) and the AK8963 (magnetometer).

See:

glimpse's People

Contributors

lorenzleutgeb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.