Skip to content

Commit

Permalink
[nodes] CheckerboardCalibration: add calibrateRigs option
Browse files Browse the repository at this point in the history
  • Loading branch information
mugulmd committed Sep 14, 2023
1 parent 06c8138 commit 698b9e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meshroom/nodes/aliceVision/CheckerboardCalibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 698b9e0

Please sign in to comment.