Skip to content

Commit abdc69f

Browse files
Update src/eyeTracker.m
Co-authored-by: Remi Gau <[email protected]>
1 parent bc0fd24 commit abdc69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eyeTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
% Make sure that we get gaze data from the Eyelink.
9191
Eyelink('Command', 'link_sample_data = LEFT,RIGHT,GAZE,AREA');
92-
Eyelink('command', 'link_event_data = GAZE,GAZERES,HREF,AREA,VELOCITY');
92+
Eyelink('Command', 'link_event_data = GAZE,GAZERES,HREF,AREA,VELOCITY');
9393
Eyelink('command', 'link_event_filter = LEFT,RIGHT,FIXATION,BLINK,SACCADE,BUTTON');
9494

9595
%% Calibration

0 commit comments

Comments
 (0)