jmgomezpoveda / JGaze

Gaze library in Java
1 stars 1 forks source link

Send the original timestamp instead of the timestamp when it is being processed #43

Closed jmgomezpoveda closed 10 years ago

jmgomezpoveda commented 10 years ago

When processing videos, send the calculated timestamp (not the timestamp when it is being processed). This applies to the fixation detector, the remote monitor and the OGAMA exporter.

Note that when adjusting the timestamp to use, FIXATIONTIMEDELTA in FixationDetector may also have to be adjusted.

jmgomezpoveda commented 10 years ago

Fixed via using the getVideoTime function in SimpleFrameGrabber.