Add camera calibration steps into refactored calibration wizard.
This commit is contained in:
parent
8f1253ec02
commit
0ebc507eff
10 changed files with 186 additions and 32 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<calibrationWizardTask
|
||||
:title="title"
|
||||
:first="first"
|
||||
:final="final"
|
||||
:startOnLast="startOnLast"
|
||||
|
|
@ -24,6 +25,10 @@ export default {
|
|||
default: () => ({})
|
||||
},
|
||||
// Standard calibrationWizardTask props below:
|
||||
title: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
first: Boolean,
|
||||
final: Boolean,
|
||||
startOnLast: {
|
||||
|
|
@ -39,9 +44,5 @@ export default {
|
|||
]
|
||||
};
|
||||
},
|
||||
|
||||
mounted(){
|
||||
console.log(this.stepComponent);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue