gkaguirrelab / transparentTrack

Determine pupil size and gaze location in IR video of the eye
MIT License
16 stars 9 forks source link

Handles video files that are in the online-only state on DropBox #124

Closed gkaguirre closed 6 years ago

gkaguirre commented 6 years ago

The routines that work with video files now first issue a “touch -a” system command. This command updates the access date for the file, and triggers a sync operation if the file is cloud only. Control to the routine is returned once the file is fully downloaded.

Signed-off-by: gkaguirre gkaguirre@me.com