Texture resolution

As further questions to this topic have no answers, I’ll be short: how to control the texture resolution via script during
1.calculation
2.reprojection and
3.exporting?

The unwrap command has an optional parameter, which is params.xml. You can export it from RealityCapture and use it in your script. For example:

-unwrap D:\project\meta\params.xml

image

Does it mean to have different xml files for different resolutions?
Then why unwrapMinTexResolution and unwrapMaxTexResolution are introduced if they don’t take any effect?
It is expected that when mentioned (min and max) keys are set, then -unwrap should use those values, but actually it does not. Why? Is it a bug?

And what would be the result of unwrapping things in 1024, but exporting with texture maximal side set to 8192 ?