Hello! I’ve been playing around with RealityScan/RealityCapture CLI commands recently and I’ve seen params.xml mentioned several times on the CLI documentation. But I could not find any information about how to write my own params.xml nor how to get that from the software through CLI, similarly to -exportGlobalSettings.
- is there a guideline or reference file that I can use on how to make my own params.xml?
- specific examples of what I’m trying to achieve with params.xml:
-importFlightLog with specific flight log format and parameters
- csv file
- x,y,alt,yaw,pitch,roll
- specific values for alignment settings and camera prior settings
-exportRegistration to different registration formats:
- COLMAP format
- camera intrinsics
- etc..
Based on the documentation, I am under the impression that this should be achievable with params.xml but found no information on how to write it. Appreciate any comments and helps on this matter!
Hello @lazersgopewpeww
The params.xml file can be exported from the application directly. Then it can be modified by you. The export option is mentioned next to each command where xml file is as optional parameter. Like here.
It is not possible to export those using CLI.
Hello @OndrejTrhan, thank you for your reply.
I have tried it directly from the application but I could not find anything about exporting params.xml file.
For example, I am trying for importFlightLog which according to CLI could have a params.xml as optional parameter
The documentation for ImportFlightLog said that “you can export these settings from the application in the Import Trajectory dialog”
But I could not find anything from Import Trajectory dialog. Here is how the dialog looks like:
How should I proceed from here?
This is just a file selection window. After that you will see the import settings window, where it will be possible to save the current settings. Those then can be modified in XML file. To save the settings use down arrow icon:
