16
Bug Reports / Re: Agisoft PhotoScan 1.1.0 - import cameras - building point cloud
« on: September 23, 2014, 10:40:28 AM »
ps. i've done this through the script
...
chunk = PhotoScan.app.document.chunk
chunk.importCameras(path)
chunk.matchPhotos(accuracy=PhotoScan.MediumAccuracy, preselection=PhotoScan.GenericPreselection, tiepoint_limit=0)
chunk.buildPoints()
chunk.optimizeCameras()
...
and it's works fine - but there's strange thing - when i optimize cameras alignment coordinate system rotates 90° left around the Z axis (on the version 1.0 it was ok - no rotating after the optimize)
...
chunk = PhotoScan.app.document.chunk
chunk.importCameras(path)
chunk.matchPhotos(accuracy=PhotoScan.MediumAccuracy, preselection=PhotoScan.GenericPreselection, tiepoint_limit=0)
chunk.buildPoints()
chunk.optimizeCameras()
...
and it's works fine - but there's strange thing - when i optimize cameras alignment coordinate system rotates 90° left around the Z axis (on the version 1.0 it was ok - no rotating after the optimize)