Skip to content

Releases: NativeSensors/EyeGestures

Dart Gaze

10 Dec 12:46
3066321
Compare
Choose a tag to compare

Breaking changes:

  • now imports require only one eyegestures reference import eyegestures

Features:

  • Adding new v3 model,
  • v3 model comes with experimental saccades detection,
  • v3 face stabilization (user's head is tracked to counter act its movements),
  • v3 face scaling (when user's head is moving forward or backward head landmarks will scaled),
  • v3 do not use v1 nor v2,
  • added test targets to v3 demo
  • low pass filter for keypoints in v3

Fixes:

  • More equal distribution of calibration data (now it has 30 data points per calibration point)

Quick Look

06 Dec 23:29
f248e32
Compare
Choose a tag to compare

Features:

  • Improved performance by calculating function fit in async routines

What's Changed (Generated Release Note)

New Contributors

Full Changelog: 2.7.4...2.7.5

2.7.4 - Stable View

24 Oct 12:46
3c7b37e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.2...2.7.4

2.4.2 - Bright Sight

28 May 16:10
9da6f43
Compare
Choose a tag to compare

Features:

  • V2 engine with ML calibration
  • Calibration matrices
  • Changing API into returning two event objects: gevent and calibration event
  • Saving and loading model

Fixes:

  • Calibration cursor is not moving after calibration
  • Removed "jumping cursor" in V2, caused by V1 calibration.

1.4.5

11 May 19:37
Compare
Choose a tag to compare

Features:

  • Dynamic switching RoI size after moving head [Do not trigger new calibration]

Fix:

  • Fixing debug prints

Windows App 0.0.3

16 Apr 20:18
Compare
Choose a tag to compare

Fixes:

  • Calibration is not crashing

Features:

  • CSV are chunked into multiple files of 100 lines
  • Added script for heatmaps
  • Sensitivity settings
  • Plenty of new UI components
  • Screen capture is taken at 1 second rate
  • Frame rate is cap at 30 fps.

1.3.4 + Windows App

15 Apr 10:37
Compare
Choose a tag to compare

Windows App Features:

  • Fixation threshold control
  • Radius threshold control
  • Screen recorder with button control (into list of .pngs)
  • Data recorder (into csv)
  • New layout
  • Upgraded calibration
  • Regions Of Interests
  • RoIs and Gaze viewer

Bugs:

  • Fixed bug in passing context instead of display to context

Important: 1.3.4 lib released to PyPi

1.3.3

02 Apr 11:56
Compare
Choose a tag to compare
  • License GPL3 added
  • changes in pytoml

1.3.2

31 Mar 17:18
bdae300
Compare
Choose a tag to compare
  • Updated interface from 1.2.2

1.2.1

04 Mar 00:44
Compare
Choose a tag to compare

Features:

  1. Configurable ROI starting points
  2. Configurable ROI sizes

Fixes:

  1. Fixing sharing data between contexts