diff --git a/meshroom/nodes/aliceVision/KeyframeSelection.py b/meshroom/nodes/aliceVision/KeyframeSelection.py index fb6b8ea3..91420446 100644 --- a/meshroom/nodes/aliceVision/KeyframeSelection.py +++ b/meshroom/nodes/aliceVision/KeyframeSelection.py @@ -212,7 +212,7 @@ You can extract frames at regular interval by configuring only the min/maxFrameS name="minNbOutFrames", label="Min Nb Output Frames", description="Minimum number of frames selected to be keyframes.", - value=10, + value=40, range=(1, 100, 1), uid=[0], enabled=lambda node: node.smartSelection.enabled,