diff --git a/README.md b/README.md index 0c643ea..19097a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # BM Camera Control WebUI This web app utilizes the [Blackmagic](https://blackmagicdesign.com) Camera Control REST API to control cameras with a vanilla JS web interface. Modeled after the interface of ATEM Software Control, most of the camera's functions that can be controlled by the API are available here. +Note that this is a tech demo, and may not be suitable for production use. + >This program was written based on the official REST API documentation from Blackmagic, which can be found [here](https://documents.blackmagicdesign.com/DeveloperManuals/RESTAPIforBlackmagicCameras.pdf) Using this tool, you can control your Blackmagic studio and cinema cameras *without any extra hardware!* Use it for remote monitoring, color correction, focus pulling, or keeping tabs on your eqiupment. diff --git a/index.html b/index.html index 3c0aa28..81b2574 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Blackmagic Camera Control WebUI + Camera Control WebUI for Blackmagic Cameras @@ -21,7 +21,7 @@
-

Blackmagic Camera Control WebUI

+

Camera Control WebUI for Blackmagic Cameras

@@ -180,7 +180,7 @@ - + @@ -194,7 +194,7 @@ Hostname - + Use HTTPS @@ -333,13 +333,13 @@
- (v 1.2) + (v 1.3)