We run a multi-camera system for which we already have a pretty decent camera calibration, using multiple checker board images etc. This gives us intrinsic and extrinsic camera parameters which we would like to use in PhotoScan Pro 1.0.4 in order to generate a dense point cloud from our image data.
Since the .psz files can be treated like a .zip file, I thought we could place our calibration data into the doc.xml file. Doing so gives us a camera layout that looks quite reasonable, but now I am struggling getting the rest of PhotoScan to accept that data.
The project has 22 cameras, along with 22 sensor descriptions, derived from our calibration (fx, fy, cx, cy, k1 and k2). I checked 'Fix calibration' for all of them. Now I obviously cannot run 'Align Photos' again, as I do not want the camera positions and orientations to be changed again.
So I need a way to build depth maps from the existing camera data (which requires the sparse Point Cloud first, right?)
Any suggestions would be most welcome!
Thanks
Martin
PS: Is the 1.0.0 documentation for the Python API the latest?