Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nath.bod

Pages: [1]
1
Python and Java API / Markers/export/multiframes
« on: January 21, 2019, 05:03:59 PM »
Hello,

We want to export the markers of each frame (estimated coordinate) but we are getting only the markers of the current frame.

i=0
path="e:"
for frame in frames:
    i+=1
   file_name=os.path.join(path,str(i))
   chunk.saveReference(file_name, PhotoScan.ReferenceFormatCSV, items=PhotoScan.ReferenceItemsMarkers, columns="n,[u|v|w],")

Any recommandation ?

Thanks !

Pages: [1]