This line of code:
chunk.alignPhotos('high', 'ground control', True)
returns this error:
RuntimeError: more argument specifiers than keyword list entries (remaining format:'i')
Using:
chunk.alignPhotos('high', 'ground control')
works, but I really want to be able to filter by masks.
I am using version 0.8.5
Any suggestions?