Layer Control

GET /api/layer/setsource

Switches the input source of a layer in a scene.

Parameters:

Parameter Required Description
scene Yes Scene name
layer Yes Layer name
source Yes Input source name

Example:

/api/layer/setsource?scene=Scene 1&layer=Layer 1&source=Camera 1

Response:

  • 200 OKCommand executed
  • 400 Bad Request — Missing parameters or object not found