Skip to content

Releases: dcnieho/glassesValidator

glassesValidator v3.2.0

24 Jun 23:52
Compare
Choose a tag to compare
  • hope fully fix crash of coder GUI on OSX
  • updated glassesTools, which importantly adds support for Argus Science ETVision and Meta Aria Generation 1 headsets, along with various bugfixes and performance improvements

glassesValidator 3.1.0

25 Mar 15:32
Compare
Choose a tag to compare

bump glassesTools. Now only allow newer point releases of this library to guard against backward incompatible changes
validation config internally reorganized, should work without change

glassesValidator v3.0.2

23 Mar 10:43
Compare
Choose a tag to compare
  • bumped glassesTools dependency
  • now using get_source_directory() on Recordings to properly deal with relative paths

glassesValidator v3.0.0

03 Mar 23:39
Compare
Choose a tag to compare

Backwards-incompatible release! Any projects created with v1.x or v2.x will not load in this version.
The functionality is unchanged, but calculation of data quality for a recording is now significantly faster, and leaves less large files on the harddrive. Also some small bug fixes or functionality enhancements.
The main change under the hood is that almost all functionality has been moved to the glassesTools module, and this project is now mostly a GUI shell around that.

glassesValidator v2.3.0

04 Feb 15:08
Compare
Choose a tag to compare
  • adding support for Viewpointsystem VPS 19

glassesValidator v2.2.0

03 Feb 22:20
Compare
Choose a tag to compare
  • added support for a generic eye tracker type, allowing users to import data from any eye tracker into tools using glassesTools as long as they handle conversion to the glassesTools data format themselves. For generic eye trackers, can set the name to display in the recording info.

glassesValidator v2.1.0

24 Jan 11:57
Compare
Choose a tag to compare
  • bumped glassesTools, which pulls in a new version of imgui_bundle
  • Adjusted GUI code for this new version, where needed
  • Minimum Python version is now 3.11 due to imgui_bundle

glassesValidator v2.0.8

12 Dec 08:38
Compare
Choose a tag to compare

glassesValidator: fixed regression where didn't work correctly when only homography results and no camera calibration were available.

  • adjust b_codeMarkerInterval now that it can show gaze-on-plane results based only on homography as well
  • e1_computeOffsetsToTargets: optimization to skip computation if all nan was wrong: homography+hardcoded viewing position was always skipped even when it shouldn't be

glassesValidator v2.0.7

03 Dec 21:16
Compare
Choose a tag to compare

bump glassesTools to fix crash in timeline when deleting events in timepoint streams

glassesValidator v2.0.6

13 Nov 11:07
Compare
Choose a tag to compare

Fixes and enhancements in API regarding data quality calculation (last stage) and export. Should also fix a crash when using left_right_average data quality type