diff options
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/aruco_marker_pipeline/aoi_3d_frame.md | 2 |
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 |