CLI - Operation warning message during aligning images

Romeda wrote:

Here is the message. Then I can close de windows. But the script is stopped.

All images are is the same dataset. But often 5-10 images are not recognized.

Hello Romeda,
this warning message is displayed after import of control point measurements, when you import measurements for images which aren’t in the scene. (So message title is obviously incorrect and it seems as a bug)
You should check your csv file containing cp measurements, if there aren’t images which you don’t import to the project.

If you don’t want your script to stop at warning or error, you can use error-handling commands.
e.g.

Code:
RealityCapture.exe -silent c:\\CrashReportFolder ^
-set "appQuitOnError=true" ^
-set "appProcessActionTime=0" ^
-set "appProcessAction=2" ^
-set "appProcessExecCmd=c:\\MyScripts\\ErrorWriter.bat $(processResult) $(processId) $(processDuration:d) c:\\ErrorReportFolder\\ErrorReport.txt"
This is copy-pasted from the application help ;) You can find it in Help(press F1)/Command Line Interface (at the bottom)/Error Handling Commands (at the bottom as well)

Is it possible to send us failing script, imagelist (list of images in text file, you can create it in ALIGNEMENT/Export/Images List) and measurement file?

Thank you for your help.