Hello
I tried the 0.8.4 demo version of photoscan and I do not seem to be able to make work python script that comes in the documentation:
import PhotoScan
doc = PhotoScan.app.document
doc.activeChunk.alignPhotos(accuracy = ’high’, preselection = ’generic’)
doc.activeChunk.buildModel(quality=’medium’, object=’arbitrary’, geometry=’smooth’, faces=200000)
doc.activeChunk.buildTexture(mapping=’generic’, blending=’average’, width=2048, height=2048)
doc.save(’test2’)
it does nothing and when I try the lines by itself I get error
any idea how to make it work?