From d62eca1648e3623da346da1c51a43faddce6600c Mon Sep 17 00:00:00 2001 From: Fabien Date: Mon, 23 Nov 2020 08:05:40 +0100 Subject: [PATCH] [camerainit] add a boolean for white balance use --- meshroom/nodes/aliceVision/CameraInit.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshroom/nodes/aliceVision/CameraInit.py b/meshroom/nodes/aliceVision/CameraInit.py index 4d72b8a9..1f50942a 100644 --- a/meshroom/nodes/aliceVision/CameraInit.py +++ b/meshroom/nodes/aliceVision/CameraInit.py @@ -188,6 +188,13 @@ The metadata needed are: joinChar=',', advanced=True, ), + desc.BoolParam( + name='useInternalWhiteBalance', + label='Apply internal white balance', + description='Apply image white balance (Only for raw images)', + value=True, + uid=[0], + ), desc.ChoiceParam( name='viewIdMethod', label='ViewId Method',