Hello Meije,
Can you do the following:
- run image matching operation from Python console using matchPhotos() function with the parameters that you are using, for example:
PhotoScan.app.document.chunk.matchPhotos(accuracy = PhotoScan.Accuracy.HighAccuracy, preselection = PhotoScan.Preselection.NoPreselection, keypoint_limit = 40000, tiepoint_limit = 4000)
- after operation is finished, save project in PSZ format and send it to us, so that we could try to reproduce the issue during the alignment stage on our side.
Also have you checked the memory consumption during the process?