mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] CameraInit: update advanced mode for group and field of view params
This commit is contained in:
parent
2ba6f47a01
commit
c7022ff343
1 changed files with 2 additions and 4 deletions
|
@ -192,11 +192,10 @@ The metadata needed are:
|
|||
desc.FloatParam(
|
||||
name='defaultFieldOfView',
|
||||
label='Default Field Of View',
|
||||
description='Empirical value for the field of view in degree.',
|
||||
description='Default value for the field of view (in degree) used as an initialization when there is no focal or field of view in the image metadata.',
|
||||
value=45.0,
|
||||
range=(0.0, 180.0, 1.0),
|
||||
uid=[],
|
||||
advanced=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='groupCameraFallback',
|
||||
|
@ -211,7 +210,6 @@ The metadata needed are:
|
|||
value='folder',
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
advanced=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='allowedCameraModels',
|
||||
|
@ -232,7 +230,7 @@ The metadata needed are:
|
|||
'LibRawNoWhiteBalancing: Simple neutralization.\n'
|
||||
'LibRawWhiteBalancing: Use internal white balancing from libraw.\n'
|
||||
'DCPLinearProcessing: Use DCP color profile.\n'
|
||||
'DCPMetadata: Same as None with DCP info added in metadata.\n',
|
||||
'DCPMetadata: Same as None with DCP info added in metadata.',
|
||||
value='DCPLinearProcessing' if os.environ.get('ALICEVISION_COLOR_PROFILE_DB', '') else 'LibRawWhiteBalancing',
|
||||
values=['None', 'LibRawNoWhiteBalancing', 'LibRawWhiteBalancing', 'DCPLinearProcessing'],
|
||||
exclusive=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue