From 149c214897c06cd1eaef354a8442200cb33647e8 Mon Sep 17 00:00:00 2001 From: William H Wang <61762213+cyblazer@users.noreply.github.com> Date: Mon, 19 Jan 2026 02:46:59 -0600 Subject: [PATCH] Chore: Updated documentation for Fx/Fy units. (#2314) https://mrcal.secretsauce.net/lensmodels.html Updated the labeling for camera calibration results with MRCAL. --- docs/source/docs/calibration/calibration.md | 2 +- .../src/components/cameras/CameraCalibrationInfoCard.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/docs/calibration/calibration.md b/docs/source/docs/calibration/calibration.md index 64b5181e8..0de5c940f 100644 --- a/docs/source/docs/calibration/calibration.md +++ b/docs/source/docs/calibration/calibration.md @@ -83,7 +83,7 @@ Details about a particular calibration can be viewed by clicking on that resolut More info on what these parameters mean can be found in [OpenCV's docs](https://docs.opencv.org/4.8.0/d4/d94/tutorial_camera_calibration.html) ::: -- Fx/Fy: Estimated camera focal length, in mm +- Fx/Fy: Estimated camera focal length, in pixels - Fx/Cy: Estimated camera optical center, in pixels. This should be at about the center of the image - Distortion: OpenCV camera model distortion coefficients - FOV: calculated using estimated focal length and image size. Useful for gut-checking calibration results diff --git a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue index f93b1ca19..7608d320c 100644 --- a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue @@ -187,7 +187,7 @@ const viewingImg = ref(0); .getCalibrationCoeffs(props.videoFormat.resolution) ?.cameraIntrinsics.data[0].toFixed(2) || 0.0 }} - mm + px