I am currently using an Oak-D Lite camera, and I have recorded some depth images with the camera. Do the depths in these images represent depths in the rectified right camera reference frame, or do they represent depths in the unrectified right camera reference frame?
Additionally, I have a separate question about the contents of calibration_reader.py: https://github.com/luxonis/depthai-python/blob/main/examples/calibration/calibration_reader.py
I noticed on line 86 that the homography applied to the right camera is created using the same rotation (R1) as was applied to the left camera. Is this a bug? Should the rotation be R2, defined but not used on line 79? Why is the rotation applied to the right camera the same as that applied to the left?