aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-06 10:01:12 +0200
committerThéo de la Hogue2023-09-06 10:01:12 +0200
commit935ca70dfa1cde21b6c3c43659db3dcac3223c44 (patch)
treee8f8a984058261ce7cd37eee1c0e0a62aaa4b349 /docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md
parent067b3c6dc2588be4c4e416f4f07b7dd45cf1bc67 (diff)
downloadargaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.zip
argaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.tar.gz
argaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.tar.bz2
argaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.tar.xz
Renaming aruco markers pipeline chapter. Working on aruco camera configuratin chapter.
Diffstat (limited to 'docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md')
-rw-r--r--docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md b/docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md
index 0561112..455d95a 100644
--- a/docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md
+++ b/docs/user_guide/aruco_markers_pipeline/optic_parameters_calibration.md
@@ -63,9 +63,9 @@ aruco_detector = ArUcoDetector.ArUcoDetector(dictionary=aruco_dictionary, marker
# Assuming there is a way to escape the while loop
...
- # Capture images from video stream
while video_stream.is_alive():
+ # Capture image from video stream
image = video_stream.read()
# Detect all board corners in image