1
Python and Java API / Extracting time consumed for metashape running.
« on: October 16, 2019, 10:16:16 AM »
Hello
I am running metashape-pro with python scripting.
After aligning cameras I save the project.
This is the part of the code.
###################################
for frame in chunk.frames:
# you can specify the degree of accuracy
frame.matchPhotos(accuracy=Metashape.MediumAccuracy)
chunk.alignCameras()
doc.save(dir_to_be_saved+"/project.psz", chunks = [doc.chunk])
##################################
Is there any way to check the time consumed for aligning cameras?
Thank you in advance!
I am running metashape-pro with python scripting.
After aligning cameras I save the project.
This is the part of the code.
###################################
for frame in chunk.frames:
# you can specify the degree of accuracy
frame.matchPhotos(accuracy=Metashape.MediumAccuracy)
chunk.alignCameras()
doc.save(dir_to_be_saved+"/project.psz", chunks = [doc.chunk])
##################################
Is there any way to check the time consumed for aligning cameras?
Thank you in advance!