set_input_settings
Configure OBS input settings by applying a settings object to a named input. Optionally merge with current settings or reset to defaults before applying.
Instructions
Set an input's settings.
Args: input_name: Name of the input. input_settings: Settings object to apply. overlay: True = merge on top of current settings, False = reset to defaults first then apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overlay | No | ||
| input_name | Yes | ||
| input_settings | Yes |