startRecording(eventID)
Begin recording gaze predictions. The tracker must be initialized and calibrated before calling this.
await chiasm.startRecording('trial_1');
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
eventID | string | No | 'default' | Identifier for this recording segment (e.g. trial or stimulus name) |
Throws if the tracker has not been initialized.