obs-set-current-scene
Switch the active scene in OBS Studio by specifying the scene name to change what's currently displayed during streaming or recording.
Instructions
Set the current active scene in OBS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sceneName | Yes | The name of the scene to set as current |
Input Schema (JSON Schema)
{
"properties": {
"sceneName": {
"description": "The name of the scene to set as current",
"type": "string"
}
},
"required": [
"sceneName"
],
"type": "object"
}