nicetoolbox.visual.media.components.GazeInteractionComponent¶
- class nicetoolbox.visual.media.components.GazeInteractionComponent(visualizer_config, io, logger, component_name)[source]¶
Bases:
ComponentClass for visualizing gaze interaction data.
Initialize the GazeInteractionComponent.
- Parameters:
visualizer_config (Dict) – The visualizer configuration settings.
io – The input/output object.
logger (viewer.Viewer) – The viewer rerun object.
component_name (str) – The name of the component.
Methods
Get the look at data.
Abstract method to visualize the component.