Skip to content

Commit

Permalink
Merge branch '2023-12-27_save_cal_data' of https://github.com/mcm001/…
Browse files Browse the repository at this point in the history
…photonvision into 2023-12-27_save_cal_data
  • Loading branch information
mcm001 committed Dec 31, 2023
2 parents da48930 + e5333cf commit a26736a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ const importCalibration = async (payload: JSONFileUploadEvent) => {
color: "error",
message: `The resolution of the calibration export doesn't match the current resolution ${props.videoFormat.resolution.height}x${props.videoFormat.resolution.width}`
});
return;
}
console.log(data);
useCameraSettingsStore()
.importCalibrationFromData({ calibration: data })
.then((response) => {
Expand Down

0 comments on commit a26736a

Please sign in to comment.