Reputation: 17392
I'm trying to run the code from this webpage.
It says that No module name 'PhotoScan'
. I try to pip install PhotoScan
but couldn't find it. How can I install it?
Upvotes: 2
Views: 1859
Reputation: 88
Since some versions it is possible to use Metashape (PhotoScan) Python module without the original applications: https://agisoft.freshdesk.com/support/solutions/articles/31000148930-how-to-install-metashape-stand-alone-python-module However, the valid license is still required.
Upvotes: 1
Reputation: 1124090
The PhotoScan
module is available to Python code running in PhotoScan Pro, not to other Python installations. The module interfaces with the PhotoScan Pro internals
Also see the PhotoScan Pro Python reference documentation (PDF).
As such, it is not something you can install outside of PhotoScan Pro. Note that the standard edition of PhotoScan does not support scripting.
Upvotes: 4