ETracker.stop_recording

ETracker.stop_recording()

Stop gaze data recording and finalize session.

Performs complete shutdown: stops data collection, cleans up resources, saves all buffered data, and reports session summary. Handles both simulation and real eye tracker modes appropriately.

Raises

Name Type Description
UserWarning If recording is not currently active.

Notes

All pending data in buffers is automatically saved before completion. Recording duration is measured from start_recording() call.

Back to top