mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[cameraInit node]
Remove DCPMetadata option in the rawColorInterpretation choiceParam.
This commit is contained in:
parent
ebbfa0ae92
commit
093c5d73b8
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ The metadata needed are:
|
|||
'DCPLinearProcessing: Use DCP color profile.\n'
|
||||
'DCPMetadata: Same as None with DCP info added in metadata.\n',
|
||||
value='DCPLinearProcessing' if os.environ.get('ALICEVISION_COLOR_PROFILE_DB', '') else 'LibRawWhiteBalancing',
|
||||
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing', 'DCPMetadata'],
|
||||
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue