Create Scene Item
obs-create-scene-itemAdd a source to an OBS scene as a scene item, specifying the scene and source by name or UUID. Set the item's initial visibility to control what appears in the composition.
Instructions
Create a scene item for a source in a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Whether the scene item is enabled/visible (default: true) | |
| sceneName | No | Name of the scene to add the source to | |
| sceneUuid | No | UUID of the scene to add the source to | |
| canvasUuid | No | UUID of the canvas containing the scene | |
| sourceName | No | Name of the source to add | |
| sourceUuid | No | UUID of the source to add |