obs-color-monitor icon indicating copy to clipboard operation
obs-color-monitor copied to clipboard

Vectorscope, waveform, and histogram for OBS Studio

Results 17 obs-color-monitor issues
Sort by recently updated
recently updated
newest added

This PR implements - [x] histogram: Implement vertical graticule - [x] histogram: Implement fixed level mode - [x] The modified callback is annoying when changing numbers. It should be removed....

enhancement

**Describe the solution you'd like** - Add fixed level mode for histogram - Add vertical graticule - Add horizontal graticule like waveform. https://obsproject.com/forum/threads/color-monitor.143375/post-577523 **Additional information** FFmpeg does not provide graticule...

enhancement

I have downloaded and installed the .deb package but Dock is not showing neither on Tools or Add Source menu items. Logs: https://obsproject.com/logs/Y9o8glGzEs-qb74h

https://obsproject.com/forum/threads/obs-color-monitor.143375/post-560102

enhancement

This feature request aims to correct colors very quickly. - [ ] Add a combo-box at the top of the dock to select the source - [ ] The list...

enhancement

Waveform calculation is the most slow part. Consider these ideas. - swap row and column - Multiplications in the loop might take time such as `(WV_SIZE-1 - b) * width*4`....

enhancement

### Description The `-G` option is removed from the cmake command line on Windows. In current CI, it took 40 seconds to switch Visual Studio version, which I want to...

It would be great to have other layout options, in addition to the vertical stacking. For example, a two dimensional grid.

enhancement

### Description This PR includes these changes. - cmake: Move generated files under build directory - .github(macOS): Fix condition to notarize and deprecated set-output - .github(Fedora): Update RPM build flow...

**Describe the solution you'd like** Adding the ability to have a 2X zoom for the vector scope would be fantastic. Color charts are only able to represent 50% saturation, so...

enhancement