Hello,
maybe the information is out there somewhere, but I didn’t find an answer until now.
I set up a stereo camera and got the calibration and PLY generation working in Python and C++ with the help of the documentation.
The Python samples generate a XML file with a size of 600 MB. Contents are the Stereomaps, Q, R, T. The result in the matched PLY file warped and the results get even worse at bigger distances.
The C++ samples generate two YML files (intrinsic and extrinsic) which have 4 KB each. The results in my PLY file are quite perfect.
Where is the general difference between those formats?
Best regards
Markus