Forum

Author Topic: Adding third party python libraries  (Read 2832 times)

GeoGecco

  • Newbie
  • *
  • Posts: 31
    • View Profile
Adding third party python libraries
« on: April 14, 2016, 08:15:32 PM »
Hey guys,

I kind of started using python and I was wondering where I have to put the third party libraries when I would like to use them in photoscan python scripting.

thanks in advance!

grommit

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Adding third party python libraries
« Reply #1 on: April 20, 2016, 01:57:38 AM »
Your Python 3.3 libraries might work if you install them as if n:\Program Files\Agisoft\PhotoScan Pro\python\Lib\site-packages were your Python 3.3 dist. But LOTSA LUCK. I've had very little success finding 3.3 libs.

jsloat

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Adding third party python libraries
« Reply #2 on: June 02, 2016, 04:07:11 AM »
I had success doing exactly this (adding several external libraries such as NumPy and others for some of my plug-ins.)

(the plug-in in question was for automatically thinning cameras that didn't contribute much by comparing images within a variable/small distance of each other AND when the orientation direction was very similar.)