diff --git a/chameleon-client/src/store.js b/chameleon-client/src/store.js index 1a7a45987..a5d291e36 100644 --- a/chameleon-client/src/store.js +++ b/chameleon-client/src/store.js @@ -21,6 +21,7 @@ export default new Vuex.Store({ exposure: 0, brightness: 0, orientation: 0, + isColorPick: false, hue: [0, 15], saturation: [0, 15], value: [0, 25], diff --git a/chameleon-client/src/views/CameraViewes/ThresholdTab.vue b/chameleon-client/src/views/CameraViewes/ThresholdTab.vue index 4067bb804..150081c46 100644 --- a/chameleon-client/src/views/CameraViewes/ThresholdTab.vue +++ b/chameleon-client/src/views/CameraViewes/ThresholdTab.vue @@ -1,9 +1,17 @@