From 03a47a9a453764a3bc6e3762ed1c701db7e5e917 Mon Sep 17 00:00:00 2001 From: Fabien Servant Date: Mon, 12 Apr 2021 15:27:45 +0200 Subject: [PATCH] [calibration] update cameras names --- meshroom/nodes/aliceVision/CameraInit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meshroom/nodes/aliceVision/CameraInit.py b/meshroom/nodes/aliceVision/CameraInit.py index fef4c6e5..5559819f 100644 --- a/meshroom/nodes/aliceVision/CameraInit.py +++ b/meshroom/nodes/aliceVision/CameraInit.py @@ -46,7 +46,7 @@ Intrinsic = [ " * brown: Pinhole camera with 3 radial and 2 tangential distortion parameters\n" " * fisheye4: Pinhole camera with 4 distortion parameters suited for fisheye optics (like 120deg FoV)\n" " * equidistant_r3: Non-projective camera model suited for full-fisheye optics (like 180deg FoV)\n", - value="", values=['', 'pinhole', 'radial1', 'radial3', 'brown', 'fisheye4', 'equidistant_r3', 'anamorphic4', 'anamorphic10', 'radial3de'], exclusive=True, uid=[0]), + value="", values=['', 'pinhole', 'radial1', 'radial3', 'brown', 'fisheye4', 'equidistant_r3', '3deanamorphic4', '3declassicld', '3deradial4'], exclusive=True, uid=[0]), desc.IntParam(name="width", label="Width", description="Image Width", value=0, uid=[], range=(0, 10000, 1)), desc.IntParam(name="height", label="Height", description="Image Height", value=0, uid=[], range=(0, 10000, 1)), desc.FloatParam(name="sensorWidth", label="Sensor Width", description="Sensor Width (mm)", value=36, uid=[], range=(0, 1000, 1)), @@ -191,8 +191,8 @@ The metadata needed are: name='allowedCameraModels', label='Allowed Camera Models', description='the Camera Models that can be attributed.', - value=['pinhole', 'radial1', 'radial3', 'brown', 'fisheye4', 'fisheye1', 'anamorphic4', 'anamorphic10', 'radial3de'], - values=['pinhole', 'radial1', 'radial3', 'brown', 'fisheye4', 'fisheye1', 'anamorphic4', 'anamorphic10', 'radial3de'], + value=['pinhole', 'radial1', 'radial3', 'brown', 'fisheye4', 'fisheye1', '3deanamorphic4', '3deradial4', '3declassicld'], + values=['pinhole', 'radial1', 'radial3', 'brown', 'fisheye4', 'fisheye1', '3deanamorphic4', '3deradial4', '3declassicld'], exclusive=False, uid=[], joinChar=',',