Skip to main content

startRecording(eventID)

Begin recording gaze predictions. The tracker must be initialized and calibrated before calling this.

await chiasm.startRecording('trial_1');
ParameterTypeRequiredDefaultDescription
eventIDstringNo'default'Identifier for this recording segment (e.g. trial or stimulus name)

Throws if the tracker has not been initialized.