-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi !,
i would like to use your software to run a certain scene in obs;
these are the scenes currently loaded in my obs:
request = simpleobsws.Request( "GetSceneList" )
"scenes": [
{
"sceneIndex": 0,
"sceneName": "Scene 5"
},
{
"sceneIndex": 1,
"sceneName": "Scene 4"
},
{
"sceneIndex": 2,
"sceneName": "Scene 3"
},
{
"sceneIndex": 3,
"sceneName": "Scene 2"
},
{
"sceneIndex": 4,
"sceneName": "Scene"
}
]
I would like to use the "set Scene Name" (or another) function to execute, for example, "Scene 5", but I don't understand the syntax of the command itself.
Can you please give me a correct example to run, through your script "sample_request.py", the execution of a certain scene, among those present in obs studio
Many thanks !
Metadata
Metadata
Assignees
Labels
No labels