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

Pages: [1]
1
Python and Java API / freeing up Agisoft objects in Python
« on: January 24, 2016, 10:53:13 AM »
Hello,

I have a basic question about freeing Agisoft objects.  Does releasing a chunk (via chunk.remove) free up all the other Agisoft objects that are connected to the chunk?  Or must one explicitly free up these resources? 

Any help appreciated.

Cheers,
Gelwo

2
Python and Java API / specifying local coord system in new Python API
« on: November 06, 2015, 05:23:46 AM »
Hello Alexey,


Hopefully an easy question for you. How do I programatically set coordinate system to Local?  I've tried a few different possibilities based on the example below but none of them worked.

>>> import PhotoScan
>>> chunk = PhotoScan.app.document.chunk
>>> chunk.crs = PhotoScan.CoordinateSystem("EPSG::32641")


Cheers,
GE

3
Hi Alexey,

Are automatic markers from old releases compatible with latest version of Photoscan?  I ask this because Photoscan seems to miss at least half of the markers (or more) from an old project (of course, using the example same images).  Also,  it appears that first column marker information panel has  changed?  It used to be a label.  Now it appears to be the ordinal number of the label?

Any help would be appreciated.

Cheers,
GE

Pages: [1]