Help!!
I am trying to align photos in python, and I used the following code (copied from the API):
chunk.matchPhotos(accuracy=PhotoScan.HighAccuracy, preselection=PhotoScan.GenericPreselection)
chunk.alignCameras()
But it keeps saying "Error: Not enough cameras"
The weird thing is that it works if I do it in the GUI with the same parameters, and it keeps giving the error even with 410 images.
Hope someone can help me!!!