mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
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:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user