mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 21:01:59 +02:00
[nodes] CameraInit,ImageProcessing: enable white balance by default
This commit is contained in:
parent
c0fc6c76a1
commit
443237e265
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ The metadata needed are:
|
||||||
name='rawColorInterpretation',
|
name='rawColorInterpretation',
|
||||||
label='RAW Color Interpretation',
|
label='RAW Color Interpretation',
|
||||||
description='Allows you to choose how raw data are color processed.',
|
description='Allows you to choose how raw data are color processed.',
|
||||||
value='LibRawNoWhiteBalancing',
|
value='LibRawWhiteBalancing',
|
||||||
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata'],
|
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
|
@ -319,7 +319,7 @@ Convert or apply filtering to the input images.
|
||||||
name='rawColorInterpretation',
|
name='rawColorInterpretation',
|
||||||
label='RAW Color Interpretation',
|
label='RAW Color Interpretation',
|
||||||
description='Allows you to choose how raw data are color processed.',
|
description='Allows you to choose how raw data are color processed.',
|
||||||
value='LibRawNoWhiteBalancing',
|
value='LibRawWhiteBalancing',
|
||||||
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata', 'Auto'],
|
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata', 'Auto'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue