|
If I correctly understand your problem - you have calibration video with one camera order, and action videos with another camera order. Unfortunately, currently we have no automatic solution for such situations. However, you can do something manually. When you're finished with calibration process, you get the scene file. Essentially, this is an XML file with the list of camera positions. So you can open it in text editor and reorder Camera elements so they correspond to your action videos. In case you are not familiar with XML - single Camera element is all text starting from <Camera and ending with the next </Camera>.
|