Agisoft Metashape > Python and Java API

MetaData

(1/1)

LFSantosgeo:
I'm trying to retrieve the alignment duration out of the sparse point cloud (point_cloud) metadata but there are only the following metadata when the input is chunk.point_cloud.meta:

{'match/duration', 'match/match_downscale', 'match/match_point_limit', 'match/match_preselection_generic', 'match/match_preselection_reference', 'match/match_tiepoint_limit''}

Does anyone knows where can I find the align duration?

Thanks in advance!

Alexey Pasumansky:
Hello Luiz,

It's in
--- Code: ---chunk.meta["align/duration"]
--- End code ---

LFSantosgeo:
Hello Alexey! Thank you for the reply!

I wonder what else I can retrive from chunk.meta apart from alignment duration? There's no mention on the API guide (1.4.0)  of the available tags or how can I list the metadata from the chunk?

Alexey Pasumansky:
Hello Luiz,

In chunk.meta you can also find: 'optimize/duration' and 'optimize/fit_flags'.

Navigation

[0] Message Index

Go to full version