From f00b742b715ab665b9c83429e07492fb95f17eda Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 17 Apr 2024 20:53:52 +0200 Subject: adding parenthesis --- docs/user_guide/aruco_marker_pipeline/aoi_3d_frame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1