OBS Filter List
The OBS Filter List data node retrieves a list of all filters applied to a specific OBS source. You configure which source to query, and the node outputs an array of filter names as strings. Use this to inspect which filters are active on a source or to build dynamic filter controls.
Outputs
| Name | Type | Description |
|---|---|---|
Filters | Array<string> | A list of filter names applied to the configured source |
Configuration
- Source: The name of the OBS source to query for filters.
Example
You want to check whether a specific color correction filter exists on your webcam source before toggling it. Connect an OBS Filter List node (configured to read your webcam source) to a check that looks for "Color Correction" in the list. If it exists, proceed with toggling the filter. If not, skip the action or send an error message to chat.