From 3c15d71ef86135f8faa07ecf59e5d03bb2f9fd4c Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 15 Mar 2022 17:58:04 +0100 Subject: Adding IP_ADDRESS argument --- src/argaze/utils/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/argaze/utils/README.md b/src/argaze/utils/README.md index d0b6024..5ce668f 100644 --- a/src/argaze/utils/README.md +++ b/src/argaze/utils/README.md @@ -24,8 +24,8 @@ python ./src/argaze/utils/export_calibration_board.py 7 5 5 3 -o export python ./src/argaze/utils/tobii_camera_calibration.py 7 5 5 3 -t IP_ADDRESS -o tobii_camera.json ``` -- Track any 6cm ArUco marker into Tobii camera video stream. Load an roi3D_scene.obj file, position it virtually like the detected ArUco markers and project the scene into camera frame. Then, detect if Tobii gaze point is inside any ROI. Export all collected datas into an export folder. +- Track any 6cm ArUco marker into Tobii camera video stream (replace IP_ADDRESS). Load an roi3D_scene.obj file, position it virtually like the detected ArUco markers and project the scene into camera frame. Then, detect if Tobii gaze point is inside any ROI. Export all collected datas into an export folder. ``` -python ./src/argaze/utils/track_aruco_rois_with_tobii_glasses.py -c data/tobii_camera.json -s data/roi3D_scene.obj -o export +python ./src/argaze/utils/track_aruco_rois_with_tobii_glasses.py -t IP_ADDRESS -c data/tobii_camera.json -s data/roi3D_scene.obj -o export ``` \ No newline at end of file -- cgit v1.1