diff --git a/New client/chameleon-client/src/views/Camera.vue b/New client/chameleon-client/src/views/Camera.vue index 97749cac3..c13dc3713 100644 --- a/New client/chameleon-client/src/views/Camera.vue +++ b/New client/chameleon-client/src/views/Camera.vue @@ -4,7 +4,7 @@
- +
@@ -223,6 +223,9 @@ import CVinput from '../components/cv-input' currentCameraIndex:{ get(){ return this.$store.state.currentCameraIndex; + }, + set(value){ + this.$store.commit('currentCameraIndex',value); } }, currentPipelineIndex:{