open-forest-observatory / automate-metashape-2

Easy, reproducible Metashape photogrammetry workflows
Other
74 stars 26 forks source link

Metashape doc creation function: sensitive to running environment? #9

Closed youngdjn closed 4 years ago

youngdjn commented 4 years ago

Known to work when running from Metashape, but doesn't work from standalone Python module: doc = Metashape.app.document

Works from standalone Python module, and unknown whether it works from Metashape: doc = Metashape.Document()

youngdjn commented 4 years ago

The latter seems to work from Metashape, but need to test whether it works from command line (i.e., passing python script to Metashape.sh).

youngdjn commented 4 years ago

No longer relevant because we are only using the standalone Metashape Python module.