obs-set-preview-scene
Set a specific scene as the preview scene in OBS Studio Mode to prepare it for broadcasting or recording.
Instructions
Set the current preview scene in OBS Studio Mode
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sceneName | Yes | The name of the scene to set as preview |
Input Schema (JSON Schema)
{
"properties": {
"sceneName": {
"description": "The name of the scene to set as preview",
"type": "string"
}
},
"required": [
"sceneName"
],
"type": "object"
}