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

Pages: 1 [2]
16
ps. i've done this through the script
...
chunk = PhotoScan.app.document.chunk
chunk.importCameras(path)
chunk.matchPhotos(accuracy=PhotoScan.MediumAccuracy, preselection=PhotoScan.GenericPreselection, tiepoint_limit=0)
chunk.buildPoints()
chunk.optimizeCameras()
...

and it's works fine - but there's strange thing - when i optimize cameras alignment coordinate system rotates 90° left around the Z axis (on the version 1.0 it was ok - no rotating after the optimize)

17
Ok - thanks for fast reaction ;)

18
I've tried those ways:

1. Export cameras to .xml from 1.0 version - Import cameras to 1.1 version - result: "Can't build point cloud"
2. Export cameras to .xml from 1.1 version - Import cameras to 1.1 verison - result: "Can't build point cloud"


19
Hi,

I've found some problem with building point cloud after importing cameras from a .xml file "Can't build point cloud" - cameras positions were calculated already in new version of PS

regards,
Mac

20
Python and Java API / Re: Dense Clound tool access
« on: March 10, 2014, 10:59:58 AM »
Hi Alex,

I see new version (1832) - any changes about the access to dense cloud ? Sorry for my persistence - but this is probably last piece of my puzzle ;)

btw. any additional things in this version in terms of Python scripting ?

thanks in advance,
Mac

21
Python and Java API / Re: Dense Clound tool access
« on: February 17, 2014, 03:16:49 PM »
Hi,

I've noticed some update of Photoscan (1824) - did it have already the access to the dense cloud (select masked points) tools from Python ? Change log does not have information about this (for builds 1812 or 1824)

thanks in advance for any information,
Mac

22
Python and Java API / Re: Dense Clound tool access
« on: January 16, 2014, 04:48:56 PM »
Ok - thanks for your answer - it would be nice to have it in the next update - i'll be waiting for this impatiently

regards,
Mac

23
Python and Java API / Dense Clound tool access
« on: January 16, 2014, 01:41:16 AM »
Hi, is there any possibility to get access to Tools - Dense Cloud - Select Masked Points with Python ?

regards,
Mac

Pages: 1 [2]