create_input
Create a new input source and insert it as a scene item into a specified scene, with optional settings and visibility control.
Instructions
Create a new input and add it as a scene item to a scene.
Args: input_name: Name for the new input. input_kind: Kind of input to create (see get_input_kind_list). scene_name: Scene to add it to. input_settings: Optional initial settings object. scene_item_enabled: Whether the new scene item starts visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_kind | Yes | ||
| input_name | Yes | ||
| scene_name | No | ||
| input_settings | No | ||
| scene_item_enabled | No |