mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +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
|
@ -319,7 +319,7 @@ Convert or apply filtering to the input images.
|
|||
name='rawColorInterpretation',
|
||||
label='RAW Color Interpretation',
|
||||
description='Allows you to choose how raw data are color processed.',
|
||||
value='LibRawNoWhiteBalancing',
|
||||
value='LibRawWhiteBalancing',
|
||||
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata', 'Auto'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue