Skip to content

Commit 5988726

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

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
@@ -90,7 +90,7 @@
9090
% Make sure that we get gaze data from the Eyelink.
9191
Eyelink('Command', 'link_sample_data = LEFT,RIGHT,GAZE,AREA');
9292
Eyelink('Command', 'link_event_data = GAZE,GAZERES,HREF,AREA,VELOCITY');
93-
Eyelink('command', 'link_event_filter = LEFT,RIGHT,FIXATION,BLINK,SACCADE,BUTTON');
93+
Eyelink('Command', 'link_event_filter = LEFT,RIGHT,FIXATION,BLINK,SACCADE,BUTTON');
9494

9595
%% Calibration
9696

0 commit comments

Comments
 (0)