mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 23:38:48 +02:00
[nodes] CameraInit: pixelRatioLocked True by default
This commit is contained in:
parent
a62c951bf5
commit
7083b01819
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Intrinsic = [
|
|||
desc.FloatParam(name="pixelRatio", label="pixel Ratio", description="ratio between pixel width and pixel height", value=1, uid=[], range=(0, 10, 0.1)),
|
||||
desc.BoolParam(name='pixelRatioLocked', label='Pixel ratio Locked',
|
||||
description='the pixelRatio value is locked for estimation',
|
||||
value=False, uid=[0]),
|
||||
value=True, uid=[0]),
|
||||
desc.ChoiceParam(name="type", label="Camera Type",
|
||||
description="Mathematical Model used to represent a camera:\n"
|
||||
" * pinhole: Simplest projective camera model without optical distortion (focal and optical center).\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue