4
« on: November 23, 2016, 05:46:29 PM »
Hi
We want to run network processing for several chunks, each chunk with a limited number of cameras.
First I have a loop that create chunks, import cameras, import camera calibration file, detect markers, import csv with coordinates for markers.
Then I run network processing for the whole project, using MatchPhotos and AlignCameras as discribed in your example in this post.
But network processing starts when everything else in script is done, even if it is written earlier in the code. Processing then overwrite what is processed earlier.
How can I controll when network processing starts and stops?
I also find API documentation for network processing a bit deficient, will the API be updateed with version 1.3?
m