Create Source Filter
obs-create-source-filterAdd a filter to an OBS source to apply effects like noise suppression or color correction. Specify source name, filter kind, and filter name, with optional settings for configuration.
Instructions
Creates a new filter, adding it to the specified source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| canvasUuid | No | UUID of the canvas containing the source | |
| filterKind | Yes | The kind of filter to be created | |
| filterName | Yes | Name of the new filter to be created | |
| sourceName | Yes | Name of the source to add the filter to | |
| filterSettings | No | Settings object to initialize the filter with |