Hi,
I am using the OAK-1-W-97 camera, and I have an issue when enabling image undistortion. What I want is to turn on undistortion while keeping the full original FOV without any part of the image being cropped.
I followed the official guide and set i_resize_mode to LETTERBOX, which is supposed to preserve the full field of view. However, at the native resolution 1280×800, this setting has no visible effect. There are no black borders added, and the FOV is still cropped after undistortion is enabled. I’ve already verified the parameter is applied correctly with ROS 2 commands and restarted the driver, but the image behavior stays the same.
When I test other non-native resolutions such as 1280×500 and 1280×400, black bars do appear on the frame. Even so, the actual FOV is still smaller compared to the raw image without undistortion, especially the vertical view is still being cut off.
I would like to ask if there is another configuration or parameter that allows undistortion to run without cropping the image. I don’t mind having black borders around the frame, as long as the complete original FOV can be retained. Could you please advise if this is currently supported on OAK-1-W-97, or if there are any known limitations?