Add required parameters in CameraInit.py and ImageProcessing.py for LCP management and application.

This commit is contained in:
demoulinv 2022-09-05 08:46:39 +02:00
parent 375d30af69
commit 62e21544cf
2 changed files with 40 additions and 0 deletions

View file

@ -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',