From f7268dd36a6bdf9d0679df0fe35291edf620a639 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 30 Dec 2023 21:34:11 -0800 Subject: [PATCH] Update CameraCalibrationInfoCard.vue --- .../src/components/cameras/CameraCalibrationInfoCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue index 508aeb47c4..327cc89d3d 100644 --- a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue @@ -155,7 +155,7 @@ const importCalibration = async (payload: JSONFileUploadEvent) => { {{ getCalibrationCoeffs().cameraExtrinsics.data.map((it) => parseFloat(it.toFixed(3))) }} - Mean Err + Mean Reprojection Err {{ videoFormat.mean !== undefined