aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/ArUcoMarker/ArUcoCamera.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/ArUcoMarker/ArUcoCamera.py')
-rw-r--r--src/argaze/ArUcoMarker/ArUcoCamera.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/argaze/ArUcoMarker/ArUcoCamera.py b/src/argaze/ArUcoMarker/ArUcoCamera.py
index 215fec6..34ad57a 100644
--- a/src/argaze/ArUcoMarker/ArUcoCamera.py
+++ b/src/argaze/ArUcoMarker/ArUcoCamera.py
@@ -197,6 +197,7 @@ class ArUcoCamera(ArFeatures.ArCamera):
raise e
@DataFeatures.PipelineStepImage
+ @DataFeatures.PipelineStepExecutionTime
def image(self, draw_detected_markers: dict = None, draw_scenes: dict = None,
draw_optic_parameters_grid: dict = None, **kwargs: dict) -> numpy.array:
"""Get frame image with ArUco detection visualization.