obs-get-source-active
Check if a specific source is currently active and visible in OBS Studio scenes by providing its name or UUID, enabling real-time monitoring of source status.
Instructions
Gets the active and show state of a source
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sourceName | No | Name of the source to get the active state of | |
sourceUuid | No | UUID of the source to get the active state of |
Input Schema (JSON Schema)
{
"properties": {
"sourceName": {
"description": "Name of the source to get the active state of",
"type": "string"
},
"sourceUuid": {
"description": "UUID of the source to get the active state of",
"type": "string"
}
},
"type": "object"
}