Hi There,
I’m trying to align images and export the registration to be used later by PostShot.
I’m able to do all this via CLI but the resulting file is a bundle.out
I was also able to export .csv by playing with the settings in the GUI and running the command again.
But what I need is to export .csv file in the Internal/External camera format which adds many fields to the csv not just X, Y, Z
This should be achievable via a param.xml file but I couldn’t find an example of an xml that controls the registration export format.
Hoping anyone can give me a clue.
Thanks
Hello @MinaMaxwell
You need to export the file before using the CLI manually in the Export Registration window:
Hi @OndrejTrhan ,
Thank you for your answer.
That’s actually what I was doing as a workaround. Exporting one file with the format I want so that next time the CLI picks up that format.
But that’s not ideal as I want to run RC on the farm and setting up everymachine is a chore and hard to keep track of.
The documentation mention that I can pass a params.xml file to the -exportRegistration arg but there is no schema for that XML to be found anywhere that I know of. Thought ?

Hi Mina,
that is not a workaround, but the actual workflow.
The exported settings file is the params.xml mentioned in the Help.
Hey Otrhan,
Whoa, didn’t know that little arrow can export the xml file. Looked to me as if it expands extra options 
Thank you so much. This is super helpful