https://github.com/norihiro/obs-color-monitor
Vectorscope, waveform, and histogram for OBS Studio
https://github.com/norihiro/obs-color-monitor
obs-studio obs-studio-plugin
Last synced: 6 months ago
JSON representation
Vectorscope, waveform, and histogram for OBS Studio
- Host: GitHub
- URL: https://github.com/norihiro/obs-color-monitor
- Owner: norihiro
- License: gpl-2.0
- Created: 2021-05-05T16:30:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T15:24:05.000Z (over 1 year ago)
- Last Synced: 2024-04-14T05:31:14.308Z (over 1 year ago)
- Topics: obs-studio, obs-studio-plugin
- Language: C
- Homepage:
- Size: 456 KB
- Stars: 128
- Watchers: 9
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Monitor plugin for OBS Studio
## Introduction
This plugin provides these sources to monitor color balances.
- [Vectorscope](doc/vectorscope.md)
- [Waveform](doc/waveform.md)
- [Histogram](doc/histogram.md)
- [Zebra](doc/zebra.md)
- [False Color](doc/falsecolor.md)
- [Focus Peaking](doc/focuspeaking.md)In addition, a dock widget is available.
- [Dock](doc/dock.md)To hide the source and filter types from the add-source and add-filter menues, refer this document.
- [Global Configuration](doc/global_config.md)## Quick Usage
### Dock
1. Install the plugin and boot OBS Studio.
1. Click `Tools` and `New Scope Dock...` in the menu of OBS Studio.
1. Input the name, optionally set the source to monitor, and clock OK. You will see a new dock containing vectorscope, waveform, and histogram for the program.### Projector View
1. Install the plugin and boot OBS Studio.
1. Have your source to see vectorscope, waveform, or histogram, eg. a camera.
1. Create a new scene.
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.