Hi @Kruzma,
Kruzma wrote:
https://support.capturingreality.com/hc/en-us/community/posts/115001365832/comments/115000642972
I have a same Issue with CLI.
I wrote a script as same as Help CR:
%RealityCaptureExe% -silent %RootFolder%\\CrashReportFolder ^
-set "appQuitOnError=true" ^
-set "appProcessActionTime=0" ^
-set "appProcessAction=2" ^
-set "appProcessExecCmd=%RootFolder%\\ErrorWriter.bat $(processResult) $(processId) $(processDuration:d) %RootFolder%\\ErrorReportFolder\\ErrorReport.txt" ^
-set "CoordinateSystemWorkType=%~2" ^
-set "CoordinateSystemWork=%~3" ^
-set "CoordinateSystemOutputType=%~2" ^
-set "CoordinateSystemOutput=%~3" ^
-addFolder %ImgPath% ^
But when CR warning, it not auto stop and not export ErrorReport.txt.
Please tell me why?
How does CR auto closes when an error or warning occurs?