diff --git a/photon-client/src/store/index.js b/photon-client/src/store/index.js index fcf70bbf53..086b75260e 100644 --- a/photon-client/src/store/index.js +++ b/photon-client/src/store/index.js @@ -57,6 +57,7 @@ export default new Vuex.Store({ // Settings that apply to all pipeline types cameraExposure: 1, cameraBrightness: 2, + cameraAutoExposure: false, cameraRedGain: 3, cameraBlueGain: 4, inputImageRotationMode: 0, diff --git a/photon-client/src/views/PipelineViews/InputTab.vue b/photon-client/src/views/PipelineViews/InputTab.vue index ca7cd5c672..f1a222c68f 100644 --- a/photon-client/src/views/PipelineViews/InputTab.vue +++ b/photon-client/src/views/PipelineViews/InputTab.vue @@ -1,7 +1,7 @@