mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[nodes] PanoramaInit: New parameter to set an extra image rotation to each camera declared the input xml (#1046)
Add XML additional input angle
This commit is contained in:
parent
cb00021ec6
commit
d215aa19d2
1 changed files with 9 additions and 0 deletions
|
@ -90,6 +90,15 @@ This node allows to setup the Panorama:
|
||||||
uid=[0],
|
uid=[0],
|
||||||
enabled=lambda node: node.useFisheye.value and not node.estimateFisheyeCircle.value,
|
enabled=lambda node: node.useFisheye.value and not node.estimateFisheyeCircle.value,
|
||||||
),
|
),
|
||||||
|
desc.ChoiceParam(
|
||||||
|
name='inputAngle',
|
||||||
|
label='input Angle offset',
|
||||||
|
description='Add a rotation to the input XML given poses.',
|
||||||
|
value='None',
|
||||||
|
values=['None', 'rotate90', 'rotate180', 'rotate270'],
|
||||||
|
exclusive=True,
|
||||||
|
uid=[0]
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue