mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
Add required parameters in CameraInit.py and ImageProcessing.py for LCP management and application.
This commit is contained in:
parent
375d30af69
commit
62e21544cf
2 changed files with 40 additions and 0 deletions
|
@ -176,6 +176,13 @@ The metadata needed are:
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='lensCorrectionProfileSearchByLensNameAndCameraMakerOnly',
|
||||
label='LCP Search using lens name and camera maker only.',
|
||||
description='''Automatic LCP Search consider only the camera model and the lens name.''',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='defaultFieldOfView',
|
||||
label='Default Field Of View',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue