Skip to main content

OBS Filter Settings

The OBS Filter Settings data node retrieves the current settings for a specific filter on a specific OBS source. The output is an object containing all of the filter's configurable properties and their current values. Use this to read filter state, such as checking the current opacity, color values, or whether a filter is enabled.

Outputs

NameTypeDescription
SettingsobjectAn object containing the filter's current settings and values

Configuration

  • Source: The name of the OBS source that has the filter.
  • Filter: The name of the filter to read settings from.

Example

You have a "Color Correction" filter on your webcam and want to read its current brightness value to display in an overlay or use in a calculation. Configure the node with your webcam source name and "Color Correction" as the filter name. Use an Extract node on the output to pull the specific brightness field from the settings object.