diff --git a/meshroom/nodes/aliceVision/KeyframeSelection.py b/meshroom/nodes/aliceVision/KeyframeSelection.py index 8c1d6aa9..399a0133 100644 --- a/meshroom/nodes/aliceVision/KeyframeSelection.py +++ b/meshroom/nodes/aliceVision/KeyframeSelection.py @@ -304,6 +304,14 @@ You can extract frames at regular interval by configuring only the min/maxFrameS ) ] ), + desc.BoolParam( + name="skipSharpnessComputation", + label="Skip Sharpness Computation", + description="Skip the sharpness score computation. A fixed score of 1.0 will be applied by default to all the frames.", + value=False, + uid=[0], + enabled=lambda node: node.debugOptions.enabled + ), desc.BoolParam( name="skipSelection", label="Skip Frame Selection",