diff --git a/CMakeLists.txt b/CMakeLists.txt index 57f266b..ae5a3c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) # Change obs-plugintemplate to your plugin's name in a machine-readable format # (e.g.: obs-myawesomeplugin) and set -project(obs-color-monitor VERSION 0.1.2) +project(obs-color-monitor VERSION 0.1.3) # Replace `Your Name Here` with the name (yours or your organization's) you want # to see as the author of the plugin (in the plugin's metadata itself and in the installers) diff --git a/README.md b/README.md index 1382be8..2f5549d 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,19 @@ ## Introduction -This plugin provides two sources to monitor color balances. +This plugin provides three sources to monitor color balances. - Vectorscope - Waveform +- Histogram ## Quick Usage 1. Install the plugin and boot OBS Studio. -1. Have your source to see vectorscope and/or waveform, maybe your camera. +1. Have your source to see vectorscope, waveform, or histogram, eg. a camera. 1. Create a new scene. -1. Create vectorscope or waveform scene-item on that scene by clicking *+* button at the bottom of *Source* list. +1. Create vectorscope, waveform, or histogram on the scene by clicking *+* button at the bottom of *Source* list. 1. At *Source* combo box, select your source. You can select both scene and source. 1. If the plugin increases rendering time too much, increase *scale* to scale down the image before processing. 1. *Bypass* checkbox will show the scaled image to ensure you've select the right source. +1. You may open a windowed projector of the scene so that you can switch preview and program scene while monitoring color.