Releases: Inseye/Inseye-Remote-Connector-Lib
Releases · Inseye/Inseye-Remote-Connector-Lib
0.1.0
Added
-
new functions in api that read last eye tracking data without modifying internal iterator
TryReadLastEyeTrackerData
forc
inseye::EyeTracker::TryReadLastEyeTrackerData
forc++
-
new functions in api that query if gaze data can be read
IsGazeDataAvailable
forc
inseye::EyeTracker::IsGazeDataAvailable
forc++
-
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
- removed
remote_connector.hpp
, allc++
declarations were moved to remote_connector.h
Fixed
- the library can be now actually linked into c program (was not possible before)