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 - alpha117

Pages: [1]
1
General / How is the 0-level set in DEM's
« on: August 10, 2016, 02:15:10 PM »
Hello,

I'm creating a DEM from georeferenced Images. But the altitudefrom buildings in the DEM dont match with the real altitude.

How does PS set its own zero-level?

2
Python and Java API / Re: "Error: Empty frame path"
« on: June 22, 2016, 09:38:50 PM »
Ahhh, yeah, it said something like "you have  to save the project in PSX format before processing", my error was that I tought it means the process where it stoped. Now I'm saving the project just after load the Photos, and its working. thanks alexey

3
Python and Java API / "Error: Empty frame path"
« on: June 22, 2016, 02:36:27 PM »
Hello,

Im working on a script to create a 3D-model and a DEM. Im adding the Photos to my new chunk, them "matchingPhotos" and aligning them. Then im building a few points with "chunk.buildPoints()". After that im saving the project in *.psx format. Then I try to create the model with "chunk.buildModel(surface = PS.SurfaceType.Arbitrary, interpolation = EnabledInterpolation, face_count = LowFaceCount)

What happens next is strange: if I run the script fpr the first time, when it comes to create the model, the error "Empty frame path" is raised. If I run exactly the same script again, now with an already existing chunk, it works all perfectly.

The image attached shows the first chunk, where the error was raised, and the second chunk, where the entire script worked.

Can someone explain what is happeing, or tell me what Im doing wrong?

Thanks!
Alpha


4
Python and Java API / How to create a SparseCloud?
« on: June 21, 2016, 12:57:09 PM »
Hello,

using "allignPhotos" via GUI, alligns the Photos and creates a sparse Cloud... How can I achieve this via Python skript? Or in other words, what commands does "AllignPhotos" in the GUI use?

Thanks

5
Hello,

my question is, as said in the title, if Agisoft doesnt like it, if Photoscan is used without its GUI.

Quote
Hello Mike11,

PhotoScan Python scripts cannot be run from command line and always require GUI.

Best regards,
Alexey Pasumansky,
AgiSoft LLC
http://www.agisoft.com/forum/index.php?topic=3734.0

Regards

6
Python and Java API / Re: batch processing
« on: May 27, 2016, 11:41:27 AM »
yep, it would be awesome to run python scripts GUI-less! Are there any plans for this?

Pages: [1]