Smart Gamma

Smart Gamma 0.1.2

mirkonz

New Member
mirkonz submitted a new resource:

Smart Gamma - Automatic luminance-aware shader filter

Smart Gamma is a single-pass GPU shader filter for OBS Studio. It samples scene luminance, applies gamma/brightness/contrast/saturation boosts when captures drop below a configurable threshold, and fades back as soon as things brighten up. The state machine drives everything through one `effect_strength` scalar, so the filter can stay idle without extra overhead.

View attachment 116807

Key capabilities
  • Automatic brightness guard: Observes...

Read more about this resource...
 

sneaky4oe

Member
Oh man, you have no idea how much I wanted exactly THAT. Tired of toggling scene with increased brightness!
Struggle to get it working on windows 10 tho.
Added downloaded github windows x64 unarchived folder to `C:\Program Files\obs-studio\data\obs-plugins` and to `C:\Program Files\obs-studio\obs-plugins\64bit` and to `%appdata%\Roaming\obs-studio\plugins` but doesn't work. Any ideas? Should it be invoked with shader filter?
 
Last edited:

mirkonz

New Member
Oh man, you have no idea how much I wanted exactly THAT. Tired of toggling scene with increased brightness!
Struggle to get it working on windows 10 tho.
Added downloaded github windows x64 unarchived folder to `C:\Program Files\obs-studio\data\obs-plugins` and to `C:\Program Files\obs-studio\obs-plugins\64bit` and to `%appdata%\Roaming\obs-studio\plugins` but doesn't work. Any ideas? Should it be invoked with shader filter?
Hey @sneaky4oe,

Sorry I didn't check the Windows version, I only have a mac myself (I probably should have mentioned it).
Thanks for trying (testing) the plugin for me though :)

I've just published a new version with an installer. Let me know if that works.

By the way, the plugin is standalone, you can't invoke it via the "user-defined shader" plugin.
 
Top