Hi, in depthai v2, how do we show more of the rectified image?
code for showing the image from Oak1W in depthai v2 below:
https://www.dropbox.com/scl/fi/or9jm9aycjgov00gbq78j/oak_stock_show_video.py?rlkey=yaqywce1opawh6vrz3v3pg4bd&dl=0
What I want is to show more of the rectified image, even if it requires black pixels. For example in V3 here: https://docs.luxonis.com/software-v3/depthai/examples/camera/camera_multiple_outputs/
the letterbox'd setting is one such way.
Then, if I am able to get letterbox'd - how do I get proper intrinsics for the letterbox'd image?
Intrinsics are returned for a 3840 x 2160 image. They are not adaptive based on imagemanip nodes or anything else.
Since I assume the letterbox'ing does some scaling internally, I doubt these are correct for the undistorted image with letterbox processing.