Skip to content

Commit

Permalink
Update CameraCalibrationInfoCard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 31, 2023
1 parent fa94233 commit f7268dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const importCalibration = async (payload: JSONFileUploadEvent) => {
<td>{{ getCalibrationCoeffs().cameraExtrinsics.data.map((it) => parseFloat(it.toFixed(3))) }}</td>
</tr>
<tr>
<td>Mean Err</td>
<td>Mean Reprojection Err</td>
<td>
{{
videoFormat.mean !== undefined
Expand Down

0 comments on commit f7268dd

Please sign in to comment.