mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-13 16:22:13 +02:00
[imageProcessing node] Adjust default raw setting values.
This commit is contained in:
parent
9ab04620d5
commit
a4c1acb131
1 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,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='LibRawWhiteBalancing',
|
||||
value='DCPLinearProcessing' if os.environ.get('ALICEVISION_COLOR_PROFILE_DB', '') else 'LibRawWhiteBalancing',
|
||||
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata', 'Auto'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
@ -423,7 +423,7 @@ Convert or apply filtering to the input images.
|
|||
name='demosaicingAlgo',
|
||||
label='Demosaicing Algorithm',
|
||||
description='LibRaw Demosaicing Algorithm\n',
|
||||
value='AHD',
|
||||
value='DHT',
|
||||
values=['linear', 'VNG', 'PPG', 'AHD', 'DCB', 'AHD-Mod', 'AFD', 'VCD', 'Mixed', 'LMMSE', 'AMaZE', 'DHT', 'AAHD', 'none'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue