mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-08 22:01:59 +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=',',
|
joinChar=',',
|
||||||
advanced=True,
|
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(
|
desc.ChoiceParam(
|
||||||
name='viewIdMethod',
|
name='viewIdMethod',
|
||||||
label='ViewId Method',
|
label='ViewId Method',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue