Hi there,
I'm trying to write the PhotoScan console log text to a local text file.
I'm finding rather strange results.
For example, I can easily do this using the python console in the GUI.
I do this by:
console_obj = PhotoScan.app.ConsolePane()
contents = console_obj.contents
# save contents variable to text file etc...
This works when typing in the python console - the variable contents is a string with the console text.
However, when I try this from running PhotoScan via the command line and calling my python script, the contents variable is always empty...
Anyone else found this? Any advice?
I'm using version 1.4.1
Cheers,
Alex