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