Forum

Author Topic: GUI / Console activation  (Read 2208 times)

j.seinturier

  • Newbie
  • *
  • Posts: 19
    • View Profile
GUI / Console activation
« on: December 13, 2017, 05:35:32 PM »
Hello,

I'm using Python scripting within photoscan and i've some questions:

- Is is possible to make photoscan to avoid displaying the progress windows when doint tasks (alignment, matching, ...) ?

- Is is possible to make photoscan processing to not log onto console ?

These two questions are raised as i've developped Python scripts that are iteratively make matching / orientation on a large set of photosgraph. The problem is that during the process, matching and alignement progress windows are blinking (appears, hides, ...) and it's annoying for the user.

Moreover, calling multiple time matching and align seems to overrun the Photoscan console and it seems to slow the whole application.

So i hope that someone will be answer my questions.

Thanks a lot,

Julien

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: GUI / Console activation
« Reply #1 on: December 15, 2017, 08:33:40 PM »
Hello Julien,

Currently it is not possible, however, as a workaround I can suggest closing the project and calling the script execution from the command-line (photoscan.exe -r script.py), passing the path to the document as an argument, if necessary. In this case the processing will be performed without opening the application GUI.
Best regards,
Alexey Pasumansky,
Agisoft LLC