A simple OBS Studio filter to adjust RGB levels.
I made this in order to fix a poor quality webcam image, for which thebuilt-in OBS color-correction filter was inadequate.
Tested with OBS 25.0.8 running on Ubuntu 18.04.04 (x86_64).
You will have installed the obs-studio source files.
Set OBS_SRC_DIR to obs-studio source directory (e.g. /usr/local/src/obs-studio)and LIBOBS_LIB to full path to libobs.so (e.g. /usr/lib/libobs.so)
git clone https:?????cd obs_rgb_levels_filtermkdir build && cd buildcmake -DOBS_SRC_DIR="...path to obs-studio source directory..." \ -DLIBOBS_LIB="...path to libobs.so file..." -DCMAKE_INSTALL_PREFIX=/usr ..make -j4sudo make install
I don't have access to a suitable machine to test this, but it should compile onWindows/Mac (you may have to edit some paths in CMakeLists.txt for Windows)