moved res and divisor into pipeline in ui

-- added handling of divisor and res in socket handler 
-- moved pipeline to be index -1 in ui
-- removed driver mode object
This commit is contained in:
ori agranat
2019-11-30 19:24:03 +02:00
parent 9efb6373a6
commit 5fe728751d
9 changed files with 55 additions and 122 deletions

View File

@@ -35,12 +35,9 @@ export default new Vuex.Store({
sortMode: 0,
multiple:false,
isBinary: 0,
calibrationMode: 0
},
driverMode: {
isDriver: false,
driverExposure: 0,
driverBrightness: 0
calibrationMode: 0,
VideoModeIndex:0,
streamDivisor:0
},
cameraSettings: {},
resolutionList: [],