Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@SiegfriedWagner SiegfriedWagner released this 30 Apr 11:16
· 1 commit to main since this release

Added

  • new functions in api that read last eye tracking data without modifying internal iterator

    • TryReadLastEyeTrackerData for c
    • inseye::EyeTracker::TryReadLastEyeTrackerData for c++
  • new functions in api that query if gaze data can be read

    • IsGazeDataAvailable for c
    • inseye::EyeTracker::IsGazeDataAvailable for c++
  • new function GetLastErrorDescripton that allows retrieving error description when library fail to create eye tracker

  • new function in api to query if desktop service is available IsServiceAvailable

  • new sample project in c programming language

Changed

  • warnings and pedantic treated as compilation errors

Removed

Fixed

  • the library can be now actually linked into c program (was not possible before)