Hello, you can put your calibration output to the following XML structure:
Code:
<?xml version="1.0" encoding="US-ASCII"?>
<Scene>
<!--Positions are in meters-->
<!--Angles are in degrees-->
<Camera DiagonalFieldOfView="75.000000">
<Translation value="2.417861 2.142903 1.364826" />
<Rotation axis="1.000000 0.000000 0.000000" angle="-24.811390" />
<Rotation axis="0.000000 1.000000 0.000000" angle="59.876560" />
<Rotation axis="0.000000 0.000000 1.000000" angle="-1.680654" />
</Camera>
<Camera DiagonalFieldOfView="75.000000">
<Translation value="0.606797 2.134588 4.207962" />
<Rotation axis="1.000000 0.000000 0.000000" angle="-20.657410" />
<Rotation axis="0.000000 1.000000 0.000000" angle="12.601750" />
<Rotation axis="0.000000 0.000000 1.000000" angle="2.068917" />
</Camera>
<Camera DiagonalFieldOfView="75.000000">
<Translation value="-3.125362 2.018730 0.595288" />
<Rotation axis="1.000000 0.000000 0.000000" angle="-31.448260" />
<Rotation axis="0.000000 1.000000 0.000000" angle="-73.953010" />
<Rotation axis="0.000000 0.000000 1.000000" angle="10.718340" />
</Camera>
</Scene>
Note 1: numbers here is only for example - you need to put your own.
Note 2: coordinate system is Y up based
Note 3: coordinates should be in meters, angles should be in degrees
Save this XML data as
SomeFileName.scene.xml and load to the iPiStudio, using button "Load scene..." at "Scene" tab.