Hi,
So normally to be able to produce a DEM i run a python script in Agisoft Photoscan that uses 3x detected markers (at a 90 degree angle, 6774 total markers across all frames) in all the images and orientates the models to the ORIGIN-X-Y plane to be able to produce a DEM. Now for single models or even a time-lapse(4D tools) of say 30-60 models this works fine. However, i am now working with data-sets of 1200 frames (140,000,000 total points of sparse cloud, which is allot of data). Marker detention and tracking all goes well but when i run the script i get this:
2016-12-09 01:04:14 found X point
2016-12-09 01:04:14 Found center point
2016-12-09 01:04:14 found Y point
2016-12-09 01:04:14 Found all markers
2016-12-09 01:04:14 Traceback (most recent call last):
2016-12-09 01:04:14 File "C:/Users/meije/Desktop/Agisoft scrypts/box.py", line 110, in <module>
2016-12-09 01:04:14 chunk.updateTransform()
2016-12-09 01:04:14 SystemError: error return without exception set
It looks like because the data-set is so large, it doesn't update the environment quickly enough (chunk.updateTransform()), please help me with these ASAP, this is urgent as these models are generated on a system that costs allot to run.
Scripts (attached)