Skip to content

Commit

Permalink
Fix cal not working with >1 camera
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Aug 21, 2023
1 parent 99d048a commit 7cd305d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const endCalibration = () => {
showCalibEndDialog.value = true;
// Check if calibration finished cleanly or was canceled
useCameraSettingsStore().endPnPCalibration(0)
useCameraSettingsStore().endPnPCalibration()
.then(() => {
calibSuccess.value = true;
})
Expand Down

0 comments on commit 7cd305d

Please sign in to comment.