Forum

Author Topic: Basic skripting problems  (Read 1595 times)

Thilo OTH-R

  • Newbie
  • *
  • Posts: 4
    • View Profile
Basic skripting problems
« on: January 18, 2018, 01:29:19 PM »
Hello there,
I am not very experienced in programming or skripting but I need a skript which automates some steps in Photoscan.
The skript should import the pictures from a folder, detect marker, align the photos, generate a dense point cloud and import a csv-file in which the locations of the markers are saved.

Is it possible to create a skript which is able to do all the mentioned points?
What software do I need to create these skript?

Thank you for the advices!

jslyder

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Basic skripting problems
« Reply #1 on: January 24, 2018, 06:59:28 PM »
If you're new to python, I might recommend using the the "Batch Process" option under "Workflow" within Photoscan.  You can save the steps as an XML file and then apply that to a new project.  Page 5 of the python documentation has an example script with some of the basic steps laid out.