Hi. I'm using Metashape 1.6.2 python API as a standalone module on Ubuntu 18.04.
I built and exported both DEM and orthomosaic using my python code.
But after the main code finished, it gives segmentation fault error.
DEM and orthomosaic successfully generated.
But I cannot resolve this segmentation fault error.
Is this a bug?
Please help.
Thanks.
loaded partition in 0.153148 sec
boundaries extracted in 0.026377 sec
14 images blended in 1.14112 sec
orthomosaic updated in 36.906 sec
orthomosaic updated in 0.026349 sec
ExportRaster: image_format = TIFF, path = test/ortho.tif
generating 11403 x 11290 raster in 1 x 1 tiles
[2] 13713 segmentation fault (core dumped) python3.6 main.py --images_dir ~/Documents/Parkinglot/mechanical_moving test
python3.6 main.py 6176.79s user 179.62s system 624% cpu 16:57.52 total