It is also possible to adjust the parameters of pupil detection algorithm in the GUI of PupilEXT (Link: https://github.com/openPupil/Open-PupilEXT) and then transfer the values into your python script.import pypupilext as pp import cv2 import pandas as pd import time import matplotlib....