From 1227704b5a10fde77c9daaf6ac6dd3f40016a7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Mon, 13 Mar 2023 11:53:17 +0100 Subject: [PATCH] [nodes] KeyframeSelection: Update "pxDisplacement" default value to 10% --- meshroom/nodes/aliceVision/KeyframeSelection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/KeyframeSelection.py b/meshroom/nodes/aliceVision/KeyframeSelection.py index 399a0133..547b51f1 100644 --- a/meshroom/nodes/aliceVision/KeyframeSelection.py +++ b/meshroom/nodes/aliceVision/KeyframeSelection.py @@ -136,7 +136,7 @@ You can extract frames at regular interval by configuring only the min/maxFrameS name="pxDisplacement", label="Pixel Displacement", description="The percentage of pixels in the frame that need to have moved since the last keyframe to be considered for the selection", - value=3.0, + value=10.0, range=(0.0, 100.0, 1.0), uid=[0], enabled=lambda node: node.smartSelection.enabled