From 698b9e0ca6999119d9d0cce38943780f7230a1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vital?= Date: Thu, 14 Sep 2023 15:18:09 +0200 Subject: [PATCH] [nodes] CheckerboardCalibration: add calibrateRigs option --- meshroom/nodes/aliceVision/CheckerboardCalibration.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshroom/nodes/aliceVision/CheckerboardCalibration.py b/meshroom/nodes/aliceVision/CheckerboardCalibration.py index 0e5ab339bec..042ea1a7449 100644 --- a/meshroom/nodes/aliceVision/CheckerboardCalibration.py +++ b/meshroom/nodes/aliceVision/CheckerboardCalibration.py @@ -35,6 +35,13 @@ class CheckerboardCalibration(desc.AVCommandLineNode): range=(0.1, 100., 0.1), uid=[0], ), + desc.BoolParam( + name="calibrateRigs", + label="Calibrate Rigs", + description="Perform rig calibration", + value=True, + uid=[0], + ), desc.ChoiceParam( name="verboseLevel", label="Verbose Level",