1
General / API + Documentation Issue: CaptureDistance
« on: July 25, 2025, 01:47:06 AM »Quote from: Alexey Pasumansky
chunk.capture_distance
Alexey-
The current Python API docs for Metashape 2.2.1+ still include the property:
Code: [Select]
chunk.capture_distance however this does not exist for the past few versions.I've also attempted to set this at the chunk-level using
Code: [Select]
chunk.meta['CaptureDistance']` Unfortunately this doesn't have any effect on the chunk's Capture Distance.Some time ago you added an additional option of setting the capture distance of each photo. I don't believe that's in the docs yet. Regardless, I'm hoping to understand how to set this at the chunk level.
This is a two part request:
1. Can you explain how `chunk.capture_distance` is to be set in Metashape Python API for 2.2.1+
2. You may want to update the documentation, removing the old approach and replacing with the answer from this post?
Thank you in advance
