Hi all,
i noticed that in luxonis/depthai-pythonblob/main/examples/Camera/camera_undistort.py , we grab the ISP output as rectified, in contrast with the video output that is unrectified, if i understood correctly.
While in luxonis/depthai-pythonblob/develop/examples/ColorCamera/rgb_undistort.py we have to rectify the image manually, while the ISP seems to be unrecitfied ?
Am I missing something ? What is the difference ?
Thanks