There is a newer version of the record available.

Published March 11, 2021 | Version v3.2
Software Open

pupil-labs/pupil: Pupil Capture, Player, and Service release

Description

We are pleased to announce the release of Pupil Core software v3.2!

Download the latest bundle (scroll down to the end of the release notes and see Assets).

Please feel free to get in touch with feedback and questions via the #pupil channel on Discord! :smile:

Overview

Pupil v3.2 focuses on quaility-of-life and stability.

New
  • We added accuracy calculation and visualiation for VR/AR calibrations.
  • Enable plugins in Pupil Player only if they are able to be used with the product that created the recordings.
Improved
  • Pupil Player has improved playback for Pupil Invisible recordings.
New Accuracy visualisation and calculation for HMD calibrations - #2112

Prior to this release, when performing HMD calibration, accuracy was not calculated nor visualised in Pupil Capture. This release makes accuracy calculation and visualisation consistent accross setups.

Product specicific Pupil Player plugin loading - #2100

Load plugins in Pupil Player only if they are able to be used with the product that created the recordings.

Pupil Player is a very flexible tool. It can load, playback, visualize, and export data from recordings made with Pupil Core, Pupil Mobile, and Pupil Invisible! Each of these products have different capabilities and data formats for their recordings.

We have evaluated all Pupil Player plugins and their validity for each product. Starting with this release, Pupil Player will only enable plugins that are suitable for the active recording type.

Here is a list of what plugins are available based on the product that generated the recording:

Pupil Player Plugin Pupil Core Pupil Invisible Pupil Mobile Blink detection :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Fixation detection :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Post-hoc pupil detection :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Post-hoc gaze calibration :heavy_check_mark: :heavy_minus_sign: :heavy_check_mark: Pupil from recording :heavy_check_mark: :heavy_minus_sign: :heavy_minus_sign: Gaze from recording :heavy_check_mark: :heavy_check_mark: :heavy_minus_sign: Improved pye3d detection speed improvement

We are aware that pye3d requires more computational resources than its predecessor, and are actively working to improve the speed. For some users, it has become more difficult to reach a consistent detection rate of 200Hz.

The first step we have taken to speed up pye3d is to disable some optional computations that are not currently used by Pupil Capture and Pupil Player (jump to develper notes for details).

Fixed
  • Support recordings with decoding issues - #2107
  • Support recordings when audio device fails - #2103
  • Fixed laggy playback after seeking on Pupil Invisible recordings - #2108
Developer notes Dependencies updates

Python dependencies can be updated using pip and the requirements.txt file:

python -m pip install --upgrade pip wheel
pip install -r requirements.txt
pye3d v0.0.6

pye3d v0.0.6 allows to disable optional computations. Pupil Core is not making use of these optional computations, they have been disabled, effectively reducing the computational load of pye3d pupil detections. Read about the changes here.

<h3 id="downloads">Downloads</h3>

To open the RAR-archive on Windows, you will need to use decompression software, such as WinRAR or 7-Zip (both are available for free).

Files

pupil-labs/pupil-v3.2.zip

Files (4.4 MB)

Name Size Download all
md5:409aa6908619bb90cfd825a6b1fd71b2
4.4 MB Preview Download

Additional details

Related works