Hi all,
There are quite a few gaps in my knowledge for PhotoScan as I am extremely new. I tried to read up and do my best to search as to not bother the forum, but I still can't piece together exactly how to achieve camera calibration via the Python API.
I have one folder with about 1000 checkerboard images and want to programmatically generate a camera calibration that then gets dumped into a reconstruction script (that part I have solid).
I am using the
chunk.addPhotos(...)
method to add photos into the chunk, but it seems to be creating a new camera for each photo.
Am I correct in understanding that I need to bind all of the photos in the chunk to the same camera?
Once I do that and align my photos, how can I figure out camera calibration from there?
Sorry if I had made an erroneous assumption somewhere in that post.
Thank you!