luxonis / depthai-python

DepthAI Python Library
MIT License
353 stars 192 forks source link

Error in focal length equation in Calibration Reader code sample #968

Closed asperry closed 7 months ago

asperry commented 8 months ago

The docs/source/samples/calibration/calibration_reader.rst file has an error/typo in the equation for focal length in pixels. I believe that equation should be divided by 2 (e.g. there should be a 2 in front of tan(...)).

jakaskerl commented 7 months ago

Thanks @asperry, fixed it in #973