[RealityScan CLI] Documentation/Guide on how to use params.xml?

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.