Return alignment result to python
Is there a way grabbing how many images have been aligned through python? On a more general question, if RC can return a command result to python somehow?
Thanks
-
Hello Decora,
it is possible to run RealityCapture via Python subprocess. In RC there is no direct command that would return the number of aligned cameras. However, it is possible to extract this information from "Selected Component! report and export this report via command exportReport. You can edit the template to a very simple one and extract only the information about aligned camera via function $(componentCamerasCount). You can find the report templates in the installation folder, most often C:\Program Files\Capturing Reality\RealityCapture\Reports.
You can find more information about editing report templates in the application help, section Reports.
Please sign in to leave a comment.
Comments
3 comments