aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/utils/contexts/File.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/argaze/utils/contexts/File.py b/src/argaze/utils/contexts/File.py
index bc03df7..69ec1b5 100644
--- a/src/argaze/utils/contexts/File.py
+++ b/src/argaze/utils/contexts/File.py
@@ -428,3 +428,8 @@ class CSV(ArFeatures.DataPlaybackContext):
# Update progression
self.__progression = (row['timestamp'] - start_ts) / self.__duration
+
+ # Wait to get a realtime replay
+ # TODO: Add attribute to disable realtime replay
+ # TODO: Consider gaze position processing time to adapt waiting time
+ time.sleep(1e-3)