[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:
Fabien Servant 2020-09-02 11:54:12 +02:00 committed by GitHub
parent cb00021ec6
commit d215aa19d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,15 @@ This node allows to setup the Panorama:
uid=[0],
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(
name='verboseLevel',
label='Verbose Level',