Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed May 10, 2021
1 parent be5551a commit 1b8d14a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1b8d14a

Please sign in to comment.