Hi. I'd like to get real HFOV of camera, while setting up different resolution (.THE_12_MP, THE_720_P).
But calling
calibData = device.readCalibration()
HFOV = calibData.getFov(dai.CameraBoardSocket.CAM_A)
returns all the time same resolution (108°, 79.475 with useSpec=False)
That is most probably not true, since the image is cropped for 720p.
Is thare any in-build function, how to get real HFOV?
Thank you, best wishes, Jan