Hello,
I am unable to use these RealityCapture Help variables in the -printReport CLI command.
The global variables (See: RealityCapture Help) like dateTime and appVersion work correctly in the printReport command.
Eg (works):
%RC% -stdConsole -headless -load %PROJECT% -printReport "Date: $(dateTime) $(appVersion) $(units)" -quit
I need a way to get report data via the console, rather than having to generate new report templates each time I want a unique report.
What I need:
%RC% -stdConsole -headless -load %PROJECT% -printReport "Components: $IterateComponents()" -quit
Perhaps there is already a way to do this but I cannot find any documentation.
Or even better than that a -jsonReport command that returns data in json format using the same functions and variables available in the reports.
Kind regards!