mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-07 05:12:00 +02:00
[camerainit] add a boolean for white balance use
This commit is contained in:
parent
e83bbb9b12
commit
d62eca1648
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue