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:
-importFlightLogwith specific flight log format and parameters- csv file
- x,y,alt,yaw,pitch,roll
- specific values for alignment settings and camera prior settings
-exportRegistrationto 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!