nt pipline listener with ui integration

maybe socket bug fixed
This commit is contained in:
ori
2019-08-11 12:03:31 -07:00
parent f8e846dda0
commit 7cd7f4e57f
6 changed files with 36 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ export const store = new Vuex.Store({
state['curr_camera'] = value;
state['pipeline'] = "0";
},
pipeline: set('curr_pipeline'),
curr_pipeline: set('curr_pipeline'),
brightness: set('brightness'),
exposure: set('exposure'),
orientation:set('orientation'),
@@ -83,7 +83,7 @@ export const store = new Vuex.Store({
},
getters:{
curr_camera: state => state.curr_camera,
pipeline: state => state.pipeline,
curr_pipeline: state => state.curr_pipeline,
brightness: state => state.brightness,
exposure: state => state.exposure,
orientation: state => state.orientation,