Is there a way to select all images and set "Prior Pose" as "unknown" with the CLI in Reality Capture?

I want to select all imported images and set the prior pose as unknown with the Command Line Interface. Is this possible?
img_3444

Hi riachock,
yes, it is possible.
Firstly, you need to select all images:


and then set them to a wanted value with the -editInputSelection command.

The commands will look like:
-selectAllImages -editInputSelection "inpPose=0"
for Unknow position

1 Like