Restore cameraURI in calibration modal
This commit is contained in:
parent
c1ed5d0c87
commit
fc49ca7656
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
<cameraCalibrationSettings
|
<cameraCalibrationSettings
|
||||||
:show-extra-settings="false"
|
:show-extra-settings="false"
|
||||||
|
:camera-uri="cameraUri"
|
||||||
></cameraCalibrationSettings>
|
></cameraCalibrationSettings>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -190,6 +191,9 @@ export default {
|
||||||
var CSMUseful = this.canCSMCalibrated && !this.isCSMCalibrated;
|
var CSMUseful = this.canCSMCalibrated && !this.isCSMCalibrated;
|
||||||
var LSTUseful = this.canLSTCalibrated && !this.isLSTCalibrated;
|
var LSTUseful = this.canLSTCalibrated && !this.isLSTCalibrated;
|
||||||
return CSMUseful || LSTUseful;
|
return CSMUseful || LSTUseful;
|
||||||
|
},
|
||||||
|
cameraUri: function() {
|
||||||
|
return `${this.$store.getters.baseUri}/camera/`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue