[cameraInit] remove enableAutomaticLcpSearch param and add lcp estimation mode

This commit is contained in:
demoulinv 2022-12-21 16:55:09 +01:00
parent fb34e11b0a
commit 57dfbadb91

View file

@ -67,7 +67,7 @@ Intrinsic = [
" * estimated: estimated from metadata and/or sensor width. \n"
" * unknown: unknown camera parameters (can still have default value guess)\n"
" * none: not set",
values=("calibrated", "estimated", "unknown", "none"),
values=("calibrated", "estimated", "lcp", "unknown", "none"),
value="none",
exclusive=True,
uid=[0],
@ -169,18 +169,11 @@ The metadata needed are:
value='${ALICEVISION_LENS_PROFILE_INFO}',
uid=[],
),
desc.BoolParam(
name='enableLensCorrectionProfileSearch',
label='Enable Automatic LCP Search',
description='''Enable automatic LCP Search if a database directory is specified as LCP info.''',
value=False,
uid=[0],
),
desc.BoolParam(
name='lensCorrectionProfileSearchIgnoreCameraModel',
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,
value=True,
uid=[0],
),
desc.FloatParam(