Hello,
i'm using a Stereo camera rig and i'm using Metashape in order to process models.
At this time, here is the process i follow:
1. Set up on my hard drive a folder named "images" that contains 2 sub-folders named "SL" that contains the left images and "SR" that contains the right images from my stereo system (each left / right image of a stereo pair have the same filename).
2. Open Metashape
1. Create a chunk
2. Click on Workflow -> Add Folder and select the images folder that contains SL and SR subfolder
3. Metashape is detecting that the folder contain a stereo camera rig
4. Click on "Tools -> Camera calibration"
5. Within the new windows, click on the second camera and select the "Slave" pane
6. Within the pane, set up the X, Y, Z, O, P, K values
7. Click on Workflow -> Align Photos
My question is that i would like to automatize the chunk preparation (from a given folder and a given slave calibration, i would like that the steps 1-6 of the process be achieved automatically). However, i've not be able to find any function related to stereo or multiple camera rig processing within the Python or Java API.
Is it possible to integrate these functionnalities within the API ?
Thanks a lot.