aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-17 20:53:52 +0200
committerThéo de la Hogue2024-04-17 20:53:52 +0200
commitf00b742b715ab665b9c83429e07492fb95f17eda (patch)
tree6fb85d1790d12f02229295299fe4a55620dceedb
parentcbda49dabd0ab115d75c4d568b748110106220ae (diff)
downloadargaze-f00b742b715ab665b9c83429e07492fb95f17eda.zip
argaze-f00b742b715ab665b9c83429e07492fb95f17eda.tar.gz
argaze-f00b742b715ab665b9c83429e07492fb95f17eda.tar.bz2
argaze-f00b742b715ab665b9c83429e07492fb95f17eda.tar.xz
adding parenthesis
-rw-r--r--docs/user_guide/aruco_marker_pipeline/aoi_3d_frame.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/aruco_marker_pipeline/aoi_3d_frame.md b/docs/user_guide/aruco_marker_pipeline/aoi_3d_frame.md
index 69d0617..7323f2e 100644
--- a/docs/user_guide/aruco_marker_pipeline/aoi_3d_frame.md
+++ b/docs/user_guide/aruco_marker_pipeline/aoi_3d_frame.md
@@ -129,7 +129,7 @@ All [ArUcoScene](../../argaze.md/#argaze.ArUcoMarker.ArUcoScene) frames image ca
...
# Display all ArUcoScene frames
- for frame in aruco_camera.scene_frames:
+ for frame in aruco_camera.scene_frames():
... frame.image()
``` \ No newline at end of file