Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dmitry Bezrukov

Pages: [1]
1
@Alexey

Exactly, we just needed to replace the old Boolean code with new Try/Catch one.
Thank you!

2
Hello Alexey,

The '-r' key works well in PhotoScan Pro v1.3, but I've noticed an error in its log:
'Can’t save dense project file'.

In spite of the error the project file being saved successfully.
So should I pay attention to that error or it's just a bug with console output?

---Build dense cloud...
---Save dense project: /path/to/denseprojfile.psx
  SaveProject
  saved project in 1.029 sec
  LoadProject
  loaded project in 0.004735 sec
  ---Can’t save dense project file
  LoadProject
  loaded project in 0.003707 sec
---Build digital elevation model...
---Build orthomosaic...

3
Hello Dmitry,

In the next version of PhotoScan Pro (v. 1.3) it would be possible to run the script from the command line using -r key and path to the script as an argument. You can download the version 1.3 pre-release from the corresponding forum thread:
http://www.agisoft.com/forum/index.php?topic=5976.0

So it should work like:
Code: [Select]
./photoscan.sh -r script.py

Thanks, that's great!

4
Hello nickponline,

Processing script should be started by the operator.

Hello,

Is there any way to run PhotoScan Python scripts in headless mode, without needing to click "Tools->Run Script"?
I'd like to setup PhotoScan on a linux server, that doesn't have Desktop installed.
It would be nice to run it from console with command like this:
xvfb-run ./photoscan -script /path/to/the/script.

best,
Dmitry

Pages: [1]