From 9c0a8765ce492d457a42a0a9f9a3e59ab5d691da Mon Sep 17 00:00:00 2001 From: LukasW1337 Date: Wed, 28 Aug 2024 16:30:41 +0200 Subject: [PATCH] Adds a Auto White Balance button --- BMDevice.js | 4 ++++ README.md | 2 +- index.html | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/BMDevice.js b/BMDevice.js index f4729d8..b20e9d8 100644 --- a/BMDevice.js +++ b/BMDevice.js @@ -241,6 +241,10 @@ class BMCamera extends BMDevice { doAutoFocus() { this.PUTdata("/lens/focus/doAutoFocus"); } + + doAutoWhitebalance() { + this.PUTdata("/video/whiteBalance/doAuto"); + } } /* Helper Functions */ diff --git a/README.md b/README.md index 19097a2..0f5253f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This app (as of June 2024), should be compatible with the following Blackmagic c | Pocket Cinema Camera 6K Pro | `Pocket-Cinema-Camera-6K-Pro.local` | FW 8.6+ Required | | Cinema Camera 6K | `Blackmagic-Cinema-Camera-6K.local` | | | URSA Broadcast G2 | `URSA-Broadcast-G2.local` | | -| Micro Studio Camera 4K G2 | `Micro-Studio-Camera-4K-G2.local`$^1$ | | +| Micro Studio Camera 4K G2 | `Micro-Studio-Camera-4K-G2.local` | | | Studio Camera 4K Plus | `Studio-Camera-4K-Plus.local` | | | Studio Camera 4K Pro | `Studio-Camera-4K-Pro.local` | | | Studio Camera 4K Plus G2 | `Studio-Camera-4K-Plus-G2.local`$^1$ | | diff --git a/index.html b/index.html index 81b2574..5cb5c96 100644 --- a/index.html +++ b/index.html @@ -144,6 +144,9 @@ +
+ +