GazeParser.TrackingTools
- tools for recording eye movements¶
-
GazeParser.TrackingTools.
cameraDelayEstimationHelper
(screen, tracker)¶ A simple tool to help estimating measurement delay. See documents of GazeParser for detail.
- パラメータ
screen -- an instance of psychopy.visual.Window.
tracker -- an instance of GazeParser.TrackingTools.ControllerPsychoPyBackend.
-
GazeParser.TrackingTools.
getController
(backend, configFile=None, dummy=False)¶ Get Tracker controller object.
- パラメータ
backend (str) -- specify screen type. Currently, only 'PsychoPy' is accepted ('VisionEgg' is obsolated).
configFile (stt) -- Controller configuration file. If None, Tracker.cfg in the application directory is used. Default value is None.
dummy (bool) -- Get dummy controller for standalone debugging. Default value is False.