[Wip] Add auto exposure switch (#488)

* Add auto exposure switch

* Run wpiformat

* Update ZeroCopyPicamSource.java
This commit is contained in:
Matt
2022-10-09 22:41:40 -04:00
committed by GitHub
parent 4d5904dd6d
commit 87e7c3ca74
10 changed files with 111 additions and 98 deletions

View File

@@ -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,