I set many option the param xml file, export it from app CR (below image).
I set the coordinate system is “Project output”, but the actual result csv file is value at the “Grid Plane”.
The expert value of output:
“#name,x,y,z,omega,phi,kappa
DJI_0200.JPG,361161.9743558022,4017562.458670341,72.37626315932721,122.0207804777428,1.661192108124369,138.1831161734342”
The actual value of output:
“#name,x,y,z,omega,phi,kappa
DJI_0200.JPG,-24.81910063201471,-1.241694651544094,53.86451618932188,166.7100876993213,-31.33340543508533,-78.7424334635819”
My params is:
<Configuration id=“{2D5793BC-A65D-4318-A1B9-A05044608385}”>
<entry key=“MvsExportIsGeoreferenced” value=“0x1”/>
<entry key=“MvsExportMoveX” value=“0.0”/>
<entry key=“MvsExportMoveY” value=“0.0”/>
<entry key=“MvsExportMoveZ” value=“0.0”/>
<entry key=“MvsExportScaleX” value=“1.0”/>
<entry key=“calexFileFormat” value=“Comma-separated, Name, X, Y, Z, Omega, Phi, Kappa”/>
<entry key=“calexExportSettingsVisible” value=“1”/>
<entry key=“MvsExportScaleY” value=“1.0”/>
<entry key=“calexHasDisabled” value=“0x0”/>
<entry key=“MvsExportScaleZ” value=“1.0”/>
<entry key=“calexHasUndistort” value=“0x0”/>
<entry key=“MvsExportIsModelCoordinates” value=“0”/>
<entry key=“MvsExportcoordinatesystemtype” value=“1”/>
</Configuration>
I think here have a error with command line:
"
| exportRegistration | params.xml fileName |
"
Please check it.