aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2023-11-29 17:25:09 +0100
committerThéo de la Hogue2023-11-29 17:25:09 +0100
commit89b3581832f4a0346613c66801e774b1ad7cb68f (patch)
tree6b2b180bbc7c8f42778e2c49650113486d1be99f /src
parentdb6501d669014e8d89749edfd08e8a1a34d3a90b (diff)
downloadargaze-89b3581832f4a0346613c66801e774b1ad7cb68f.zip
argaze-89b3581832f4a0346613c66801e774b1ad7cb68f.tar.gz
argaze-89b3581832f4a0346613c66801e774b1ad7cb68f.tar.bz2
argaze-89b3581832f4a0346613c66801e774b1ad7cb68f.tar.xz
Documentation the reload config key.
Diffstat (limited to 'src')
-rw-r--r--src/argaze/utils/aruco_markers_group_export.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/argaze/utils/aruco_markers_group_export.py b/src/argaze/utils/aruco_markers_group_export.py
index d948105..8740af2 100644
--- a/src/argaze/utils/aruco_markers_group_export.py
+++ b/src/argaze/utils/aruco_markers_group_export.py
@@ -94,8 +94,9 @@ def main():
cv2.putText(camera_image, f'Projection {int(projection_time)}ms', (20, 120), cv2.FONT_HERSHEY_SIMPLEX, 1, (255, 255, 255), 1, cv2.LINE_AA)
# Write documentation
- cv2.putText(camera_image, f'<- previous image', (aruco_camera.size[0]-500, aruco_camera.size[1]-120), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 255, 255), 1, cv2.LINE_AA)
- cv2.putText(camera_image, f'-> next image', (aruco_camera.size[0]-500, aruco_camera.size[1]-80), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 255, 255), 1, cv2.LINE_AA)
+ cv2.putText(camera_image, f'<- previous image', (aruco_camera.size[0]-500, aruco_camera.size[1]-160), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 255, 255), 1, cv2.LINE_AA)
+ cv2.putText(camera_image, f'-> next image', (aruco_camera.size[0]-500, aruco_camera.size[1]-120), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 255, 255), 1, cv2.LINE_AA)
+ cv2.putText(camera_image, f'r: reload config', (aruco_camera.size[0]-500, aruco_camera.size[1]-80), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 255, 255), 1, cv2.LINE_AA)
cv2.putText(camera_image, f'Ctrl+s: export ArUco markers', (aruco_camera.size[0]-500, aruco_camera.size[1]-40), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 255, 255), 1, cv2.LINE_AA)
# Copy image